|
First
|
Prev |
Next
|
Last
Pages: 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217
When I try to insert a record into a table (access) to control DetailsView I always appears the following error Hello my name is Juan Jose. My problem is as follows. When I try to insert a record into a table (access) to control DetailsView Visual Web Developer 2005, when I run the page and insert a record pulse, whenever I get the following error: How could fix it? [OleDbException (0x80004005): Ha intentado asignar ... 3 Jul 2008 11:28
Modify appSettings in wen.config file. Hi, I have a custom settings in <appSettings> section in the web.config. I need to modify this section from the C# exe application (NOT asp.net) web.config: <appSettings> <add key="MyKeyName" value="MyValue"/> <appSettings/> I am using the following code: System.Configuration.Configuration configura... 2 Jul 2008 14:59
dynamic menu control Hi, i was wondering i if anyone could help me find a useful dynamic menu control for my asp.net solution (2.0 framework) Basically i need something that i can populate using XML and can be very flexible in terms of styling. Any help appreciated as there appear to be a multitude in the market but i dont kno... 2 Jul 2008 13:57
Sort files in a directory I would like to sort the list of files (documents) that I am retrieving into a DataGrid control when they are first displayed. Currently they just list in the order that they appear in the directory and I would like to sort them on LastWriteTime property. Below is what I am using to populate the DataGrid. Th... 17 Jul 2008 11:40
Urgent... datagrid problem Thanks in advance...I have what seems like it should be a simple thing for a DataGrid. What I'll be using this for is for a user to choose an employee record on the datagrid then hit the detail button or link and launch a new window showing the details for that specific employee. So my query string needs to pickup ... 2 Jul 2008 13:57
Load aspx into ModalPopupExtender Hi All, I would like to load another aspx page into the ModalPopupExtender insteal of Panel. How do I do that. Please help Thanks and Regards, ... 2 Jul 2008 11:54
"Remember Me" on Login form not working Hello, I have Login.aspx page with Login control. I found that "Remember me" checkbox does not work. I found that probably this is not matter of timeout attribute in web.config, becouse when I check checkbox, login properly, close browser and immediatelly open new browser, page shows login form again. My b... 3 Jul 2008 11:28
perfect ASP.NET application tutorials Guys, I published tutorials on how to write a good ASP.NET application with ambitious name "Perfect ASP.NET application". I know you might have your own vision of what perfect application should be but please do not use this name literally. I meant perfect in within my scope and any other application I start ha... 2 Jul 2008 10:52
how to prevent a page refresh to behave like a submit postback? Hi all, I need to know how to prevent to repeat the operations that happen when the submit button is clicked, when the page is refreshed. I noticed that if I refresh my page after the submit button is clicked, the event is again activated even though I just refreshed the page, did not push the button again..... 2 Jul 2008 10:52 |