| Thread | Last Post | Replies |
|
| Why WebService Access Denied | 17 Mar 2006 19:26 GMT | 2 |
I have a virtual which is a web service. When I use the IP to get the web service, it return a access denied message: http://xxx.xxx.xxx.xxx/HealthService/Service.asmx but if I use local host, it is ok
|
| File Upload Validator | 17 Mar 2006 19:15 GMT | 8 |
I've developer on my web page a uploader files sytem, but I can't find a solution for looking the file size before the upload. Please some help!! Bye
|
| <form> in master page, setting default button and 1st control | 17 Mar 2006 18:01 GMT | 12 |
Hi; I have my <form> in the master page because the master page includes the menu for all pages. But I would like to set the default button and control to place the caret in for each page. Is there a way to do this? (My
|
| Can't save data to SQL Server | 17 Mar 2006 18:01 GMT | 1 |
I have a simple page right now to save an PO info to the server. I get the following error: "ExecuteNonQuery requires the command to have a transaction when the connection assigned to the command is in a pending local transaction. The
|
| Random Numbers and Chance | 17 Mar 2006 17:45 GMT | 8 |
I'm developing a game - in the game, the character has a 1 in 1000 chance of finding a special weapon. The pseudo code idea is this: get a random number from 1 to 1000 If random number is "1" then the user found a special weapon.
|
| aspnet_wp.exe + serialization = --resources | 17 Mar 2006 16:57 GMT | 1 |
I need to clone multiple times an object and I am succesfully cloning using the regular serialization process, using a MemoryStream. My problem is that after cloning the object more that 7 or 10 times then my computer's memory gets flooded by the aspnet working process, and every ...
|
| We are looking for .Net Developers and Testers to work in India | 17 Mar 2006 16:10 GMT | 4 |
This is Sai from TANNA Corporation. We are looking for .Net Developers and Testers to work in India. If anybody or friends are interested, please send me resume to stanna at optonline dot net. Regards,
|
| Subcategory row | 17 Mar 2006 16:07 GMT | 1 |
Is it possible to add a custom subcategory row to datagrid's output, like this: -----header--------- --subcategory1--
|
| Accessing a Label control programmatically in codebehind for asp.net 2 | 17 Mar 2006 16:07 GMT | 3 |
I am using Visual Studio.net 2005 (and asp.net 2.0) Let's say that in a Web Project, I have created a (Dataset?) called SomeDataset.xsd. On it I have a TableAdapter called SomeTableTableAdapter and a query called
|
| URL rewriting problem | 17 Mar 2006 15:42 GMT | 2 |
My site has dynamicaly generated pages. Most of the URLs are false, and I used to trap them in a generic 404 page, which stripped off a unique part of the URL, built the page then sent that back to the client. But then the address bar always showed the 404 plus the query string ...
|
| ASP.NET 2.0: TreeView and Custom Paging | 17 Mar 2006 15:40 GMT | 3 |
I am using ASP.NET 2.0 Tree control to display hierarachical data. However because of the size of the data, tree takes ages to load on the browser. For that reason, I want to build custom paging solution similar to custom
|
| Generating controls at the run-time | 17 Mar 2006 15:09 GMT | 2 |
I need to generate controls at run-time based on the necessity. For example controls like textboxes,radio buttons etc and I also need to be able to persist their view state. Does anyone know of any good articles that talk about controls that are generated dynamically?
|
| repost: headaches with formatting in VWD | 17 Mar 2006 14:43 GMT | 2 |
The Smart Indenting "feature" is driving me absolutlely crazy in VWD. Problem: VWD in Code View insists on tabbing a lot of my code over to it's own liking and effects mainly my comments in the code. First of all, I've searched the help files and searched forums.asp.net. I
|
| animated gifs with codebehind... | 17 Mar 2006 14:42 GMT | 2 |
I have a button on an aspx page (I'm using vs2005 with asp2), which when clicked takes a while to do some data processing before it posts back to the screen to display the results. I therefore created a little animated gif, which, when the button is
|
| Calling COM from asp.net application... | 17 Mar 2006 14:35 GMT | 3 |
Hai all, Can anyone tell me how to call a COM from as asp.net application? Please help... Urgent... Looking forward for the response?
|