Re-occurrance Code in C# for a List of Dates
Is there a generic re-occurance code out there in C#? I think I can write my own, but it would take awhile. Curious if there is some standard out there.
View ArticleGridview Header Freeze
Hi,How to Freeze the Gridview Header.Please give me any one Solution.
View Articlesub menus navigation for mobile device browser
What is the best approach to code the sub menus navigation for mobile device browser access?Plz help on this.
View ArticleHover out effect of CSS navigation sub menus
Plz reply to this:Best approach to delay the hover out effect of CSS navigation sub menus?Plz guide.
View Articlesign in/sign out link/button to top navigation menus
What is the ways to add sign in/sign out link/button to top navigation menus and make them interactive based on the user sign in status?
View Articleclean urls using routing
hello,i am trying to achieve clean urls in my web application but have not been able to find a solution using the routing techniques discussed in this msdn...
View Articlecan we do voice recognition to load or run methods in web application using...
<div class="body">can we do voice recognition to load or run methods in web application using asp.net?Example: i just kept the button as Start and Stop for my timer control application. when i...
View ArticleFull postback triggered by LinkButton inside UpdatePanel
I'm having trouble dynamically adding controls inside an update panel with partial postbacks.I generate some LinkButton dynamically in code behind and set trigger of them, but when I fire them they...
View ArticleAccess data from two different SQL Server database
How can a web Site access data from two different SQL Server database?
View Articlevoice recognition using web application in asp.net
How to do speech recognition in asp.net web application. Scenario is when user speaks the name of the button the button event should get triggered. Do any one know please help.
View Articleredirection for mobile viewing
What is the correct approach to detect the type of mobile device and redirect it to pages optimized for mobile viewing?One option is page redirection? Is there a better approach apart from page...
View ArticleHow do i refrence a webuser control (.ascx) to other forms
Pls pals,I have a web user control named ToolDetails.ascx with class 'ToolDetails' amd a web form with class name as main_tools'.My problem here is how to refrence the WebUser Control class to the...
View ArticleHow to delcare it
sqlcmd = new SqlCommand("backup database " + dbname + " to disk='" + destdir + "\\" + DateTime.Now.ToString("ddMMyyyy_HHmmss") + ".bak'", con);string filename =...
View ArticleScrollable GridView with fixed grid header and footer
<div id="content_center">Hi Everybody,</div> <div> </div> <div>I want Scrollable GridView with Fixed header and Footer for that purpose im using CSS class and call that...
View ArticleDate between value in C#
Need Select Date Query for the below filter date I have the below value in dropdown list. On selected index change in the date of the below value in a label in C# DateBeforeYesterday Yesterday Today...
View Articleresize image size in image column in sql server
Hi,I've images stored in sql server db under image column of size more than 4 MB.I want to reduce the size of the pictures to only 2 MB. Can I do that programmatically?If yes, can any one let me know...
View Articlehow to send whatsApp message from asp.net??
hello how are u ???how i can send whasApp message from asp.net using C#??i have found number of Libraries but i dont test any one and i dont know which one work with asp.net and which one dose not...
View ArticleDynamic form element names
Is there a way to do something like this with the wizard element void Wizard1_NextButtonClick(object sender, WizardNavigationEventArgs e) { int count = Wizard1.ActiveStepIndex; string nameCheck =...
View ArticleValidation firing on Textbox tab out
I am having trouble preventing validation when I tab out of a Textbox.If I have 2 x Textboxes + 2 x RequiredFieldValidators and type into the 1st Textbox, then fine. However, if I tab back into the...
View ArticleHow to take backup the sql database on dailybasis and store it into FTP...
How to take backup the sql database on dailybasis and store it into FTP server using c#.net
View Article