Enter Keywords:
1 - 10 of 332(0.045 seconds)
Sort By:
 
I have multiple textboxes inside a formview on a asp.net page. when the text changed on any of the textbox, I'd like to check the textbox id, and depending on the name of the textbox, i'll get its ...
Zones: JavaScript, .NE...Date Answered: 02/05/2008 Rating: 9.0 Views: 18
I am working on a web part project using C# and Visual Studio 2005. I need to add several .Net controls (buttons, text boxes) and hide the when the web part is launched.  Then when the user clic...
Zones: JavaScript, C#Date Answered: 02/14/2008 Rating: 6.8 Views: 24
Hi, I have an excel file created by the C# dumping data from Dataset. I want to open that excel in browser by clicking a button. Let me know your expert ideas. Thanks
Zones: C#, JScriptDate Answered: 02/25/2008 Rating: 7.4 Views: 21
I am working on a webpage that is uploading files to a server.  In certain cases, the file formats are limited to PDF and TIFF files. We have had people simply change the extension of the file and ...
Zones: JavaScript, Visual Studio, MS Visual ...Date Answered: 02/27/2008 Rating: 8.0 Views: 5
Hi folks: I've a gridview with 2 columns of radiobuttons. Im using C# One column  is YES and other is NO. I want to create 2 linkbuttons (or whatever button) Check All and the other one Des...
Zones: C#, ASP.Net Programming, JavaSc...Date Answered: 03/13/2008 Rating: 9.1 Views: 16
i am not able to select all check box in my grid.i have already register all check box in array.that array key i am using in javascript.how to implement it.i need to change color also after selection.
Zones: JavaScript, MS Visual C#Date Answered: 03/26/2008 Rating: 9.3 Views: 4
I want to know how to load the default page of a web application with no toolbars, no scrollbars, no menu bars and a fixed width and height.  I'm writing the application in C#
Zones: C#, JavaScript, .NETDate Answered: 07/13/2008 Rating: 7.2 Views: 23
 string selectRowScript = String.Format("checkBoxes[{0}].checked = true; SetRowColor(checkBoxes[{0}], rows[{0}].id, rowColors[{0}], '#b6cdfb', sellPriceLabels[{0}].id, extendedListPriceLabels[{0}]...
Zones: JavaScript, C#Date Answered: 04/17/2008 Rating: 9.6 Views: 0
Hello - I'm passing a value from the parent window to a dropdown list in the child(popup window). Depending on the value something should happen, but nothing happens.  All it does is change the...
Zones: JavaScript, C#Date Answered: 05/10/2008 Rating: 8.0 Views: 0
hi Experts this is my code in javascript.     function CheckSum()     {       var carCode = event.keyCode;       if ((carCode < 48) || (carCode > 57) )       {                         event...
Zones: JavaScript, .NET, C#Date Answered: 05/14/2008 Rating: 7.8 Views: 103