|
First
|
Prev |
Next
|
Last
Pages: 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
GridView in Asp.net 2.0 How to insert a record from a grid view in asp.net 2.0 using c# to the database SQL server 2005 ... 5 Jul 2008 04:22
About details view How to bind the stored procedure (with input and output parameter) to details view in asp.net 2.0 using c# ... 4 Jul 2008 10:00
AJAX User Control Event's not firing... I'm developing an Ajax keypad (C# / ASP.Net 3.5 / VS 2008) using the updatepanel so that a full visible postback doesn't occur with each button press. I've decided to try and wrap the functionality into a user control, providing events for when ok and cancel is pressed so that the caller (in this case a page... 9 Jul 2008 16:48
Logging Solution I have MOSS site. I and I want to log the exception data in WFE server . Which is the better place to log ? EventLog or flat file ? Which is the best in peformance point of view an other aspects ? Can anybody done performance bench mark and throw some light ? Thanks ain advance Regards, Ram ... 4 Jul 2008 18:12
problem with exporting to excel with IE 6 (and not with IE 7) Hi, I have an application where some data from a table must be exported to excel. With IE 7.0, there is no problem: the windows asking to open or to save the file appears, but with version 6, that window never appears and asp.net tries to put the file in c:\wwwroot\inetpub\... which causes an error of permis... 4 Jul 2008 16:09
Session Killer Does anyone know of a good way to kill the session of a single user? I need to locally simulate the arrival of a user at a given point in my application and then them waiting sufficient time for session to expire. A perfect solution would be a winform app which I scould run on my dev box to monitor the sessio... 6 Jul 2008 23:12
Can we write custom function to filter rows from DataTable Hi, Can we write custom function to filter rows from DataTable Select method? Actually my need is to format the row value from (901) 789 1234<BR>(901) 789 1235<BR>(901) 789 1221 to 9017891234<BR>9017891235<BR>9017891221 (removing all formatting strings) I've tried in SQL with Replace function. But giving U... 4 Jul 2008 11:02
MasterPage and InizializeCulture() I've made my Masterpage with a Header, a LeftBar and a Content but only the Content is a COntentPlaceHolder; I've changed the language of all controls in Content overriding "InizializeCulture()" method. Now I'd like to make the same with Header and Leftbar, but I really don't know how... cause MasterPage extends... 4 Jul 2008 03:52
Determine Which version of .NET Framework Is Being Used I have been maintaining an ASP.NET 1.1 application for several years. It has a lot going on (i.e., isn't a trivial system). Anyway, we just moved it to a new server for which I requested the Framework 1.1 (with the 1.1 SP1) be installed. Some bonehead in the server group went and installed both the 1.1 and the ... 4 Jul 2008 12:04
Dynamically enable or disable link buttons I have link buttons in a Gridview that, depending on the value in another column (Not the Key column) will need to be disabled. For example, (Column2 has link buttons) Column1 Column2 Books 54 Videos 6 Audio 3 I don't ... 4 Jul 2008 16:09 |