| Thread | Last Post | Replies |
|
| editable dropdownlist | 27 Mar 2006 10:53 GMT | 2 |
i want the dropdownlist can enter something
|
| .NET Web Hosting | 27 Mar 2006 10:41 GMT | 5 |
I am starting to get into ASP.NET and was wondering if I could get some advice as to what web hosts are out there that will support .NET code and which ones are good in regards to service/price/uptime/etc. Thanks
|
| How to return the full virtual path if I pass the url as "~/default.aspx"? | 27 Mar 2006 09:43 GMT | 2 |
How to return the full virtual path if I pass the url as "~/default.aspx"? I expected this should result as http://aaa.bbb.com/default.aspx.
|
| How to use replace function for "/" character? | 27 Mar 2006 09:39 GMT | 2 |
I used as: url.Replace("\", @"/") but it showed the error as: error: managed EE does not understand expression's syntax
|
| 2 custom webcontrols with postback problem | 27 Mar 2006 09:27 GMT | 1 |
i have 2 custom webcontrols on one page ... both have buttons (of the class Button) on it with different Click or Command Events. But the problem is, that a click on the button in the second control always causes a validation and call of the postbackmethod of the first ...
|
| .NET Debugging Issue | 27 Mar 2006 09:13 GMT | 3 |
VS2003 vb.net 1.1. I'm working on a fairly substantial web app. When going into the debugger, I get "Run-time exception thrown : System.ArgumentException - Cannot find
|
| Error with asp.net validator controls | 27 Mar 2006 08:08 GMT | 2 |
I have this problem: if I use the application (web application with html forms) on the development machine or locally on the production server everything works fine
|
| asp.net textox old value | 27 Mar 2006 07:39 GMT | 3 |
I need to get the old (original) value of a textbox control. I have put code in the textbox_textChanged .... I can get the new value ((texBoxControl) sender).text but I need to know the old value....
|
| Javascript and Masterpages | 27 Mar 2006 07:20 GMT | 1 |
I am using a popup Calendar to populate a textbox. When the textbox is on a form without content control, it works fine. the script is:<script>window.opener.document.forms(0).txtDate.value ='3/20/2006';self.close()</script>
|
| asp.net 2 web templates | 27 Mar 2006 06:36 GMT | 3 |
I need to know the best place to buy or get asp.net 2 web templates The ones from microsoft on aspnet are OK but I would like to see a bigger choice I am no good at the graphical side of web design so it would be good to get
|
| Send Parameters to Stored Procedure | 27 Mar 2006 06:25 GMT | 8 |
How can I send the parameter value for a stored procedure in ASP.NET 2.0 ? Dim sds_reader As New SqlDataSource sds_reader.SelectCommand = "STP_select_by_Type"
|
| Is 2.0 AdRotator Stable? | 27 Mar 2006 04:31 GMT | 1 |
After months of stable operation the AdRotator has become unstable. Maybe its the Themes or the MasterPage who knows? The AdRotator is showing the images from Theme 1 when Theme 2 is selected and loaded.
|
| SqlDataSource | 27 Mar 2006 04:04 GMT | 3 |
Is it possible to add records and edit records by hand using code on a SqlDataSource and then save it on the server? thanks, Victor
|
| emit raw html | 27 Mar 2006 03:32 GMT | 1 |
I have HTML markup in a database table, e.g. <h1>text text</h1> When I read the data into a DataGrid, GridView or some such, I want the HTML to be emitted as is. This means that if I view
|
| Binaries and installers | 27 Mar 2006 03:06 GMT | 3 |
I recently upgraded an ASP.Net 1.1 app to .Net 2.0 and am now struggling with the different binary system used. Previously a binary was created in the bin subfolder of my ASP.Net app. I could add that binary to my installer. With ASP.Net 2.0 there are no binaries generated in ...
|