| Thread | Last Post | Replies |
|
| Gridview Customised Delete action | 22 Mar 2006 03:25 GMT | 3 |
I'm having a GridView with Datasource being set from CodeBehind method, its has a "RecID" databound field set as invisible. I want to utilize the "Delete" commandfield, so that on gridview_RowDeleting event, i can perform a customised delete action.
|
| Testing Asp Moble apps from the desktop? | 22 Mar 2006 02:22 GMT | 1 |
Is there a web program or a addon for IE/Firefox to allow testing Asp Mobile apps from the desktop? Eg. Have the webbrowser emulate the size and and features of the mobile device? Thanks
|
| convert ArrayList object to double | 22 Mar 2006 02:21 GMT | 11 |
In the following code, I want ArrayList object x to be of type double. How can I do that? --Thanks SqlConnection objConnection = new
|
| Using a 3rd party assembly | 22 Mar 2006 01:00 GMT | 2 |
I added a 3rd party control to my asp.net app on my development machine. However, when I published the site to the main server, I'm getting a Configuration error that states in can't find the assembly that my new control is in. I have added the dll to the bin directory, what ...
|
| Closing SQL Connections | 21 Mar 2006 23:43 GMT | 10 |
Please can someone help. I have a routine as follows Public Function dbConnection() As SqlConnection Dim dbConn As New SqlConnection
|
| KB 812406 - Fixed in 2.0? | 21 Mar 2006 22:52 GMT | 1 |
Does anyone know if the following 'bug' has been resolved in 2.0? Response.WriteFile Cannot Download a Large File - http://support.microsoft.com/kb/812406/EN-US/ Cheers
|
| Page_Load vs Submit_Click - which one first? | 21 Mar 2006 22:48 GMT | 3 |
Question: During the execution of code, which one is looked at first; the Page_Load, or the Submit_Click? My problem arises when I specify a literal in the Page_Load, and attach
|
| Multiple Email Addresses | 21 Mar 2006 22:48 GMT | 1 |
How can I separate multiple email addresses entered in a single textbox, the email addresses are separated by (,) or (;) Thanks
|
| Err msg : "Invalid character in a Base-64 string" | 21 Mar 2006 22:48 GMT | 2 |
how can I find which character is invalid in base-64 string ?
|
| Stop HttpWebRequest on my site | 21 Mar 2006 22:47 GMT | 5 |
Someone is using HttpWebRequest to automaticly post datas or retrieve datas from my site. How can i stop pages to be get by the HttpWebRequest method ? I know that pages get with HttpWebRequest have is no referer.
|
| Special Character Conversion | 21 Mar 2006 22:38 GMT | 4 |
Hi Guys!!! i'm newbie to asp.net 2.0. i've got a problem. i've a textfield on my webpage and if i insert " can't " or " test - test " value into it and post it back the " ' " and " - " get converted into the blocks and i
|
| How to fix headers of a gridview | 21 Mar 2006 22:35 GMT | 1 |
I am using gridview in my web application. I have also implemented sorting and paging. I problem is when I scroll the gridview, the header also scrolls with it. How can I make the gridview headers not to scroll. Thanks
|
| Microsoft Enterprise Library -do any ISP's allow using it? | 21 Mar 2006 22:09 GMT | 3 |
I wrote a nice little app that relies entirely on the EL, as an example of a better way to do data access. Works fine locally, but when I uploaded it to my web, it bombed when I added any EL dll's to the /bin directory, with a Permissions error. I contacted my ISP tech support ...
|
| asp.net isn't resolving an IP address correctly | 21 Mar 2006 22:08 GMT | 3 |
I have a web application that uses a web.config file to set the url for a web service on another machine... when I run the app with an alias for the machine name I get: http://RptSvrWR/reportserver/ReportService.asmx
|
| Name 'ImageUpLoad' is not declared | 21 Mar 2006 21:57 GMT | 2 |
I have a file upload form. I have a file upload input, with its ID set as ImageUpLoad. When I try to submit the form, I get Name 'ImageUpLoad' is not declared This is the line causing the problem:
|