| Thread | Last Post | Replies |
|
| VB.NET Newsgroup | 20 Feb 2006 14:19 GMT | 1 |
Is there a VB.net newsgroup? which one?
|
| howto launch an executable from an aspx page | 20 Feb 2006 14:02 GMT | 2 |
i am having a hard time launching an executable from an aspx page. i have already setup impersonation in the web.config file like so: <?xml version="1.0"?> <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
|
| No tables visible in SQL server connection | 20 Feb 2006 13:23 GMT | 4 |
i am setting up an ASP.NET site and have connected to the SQL Server successfully. When I click on the connection it shows tables 'none' ?? I know there are tables just cant see them.
|
| building an asp.net 2 application | 20 Feb 2006 12:37 GMT | 5 |
I've been using ASP.NET in the paset and was succesful in uploading it to my hosting account. I compiled the assembly of each project to the single BIN directory of my hosting account (the hosting account acted as a single application).
|
| ViewState timing driving me nuts - please help | 20 Feb 2006 12:26 GMT | 6 |
Can someone please tell me when the ViewState is loaded? My understanding, based on http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp conControlExecutionLifecycle.asp is that it should be loaded before the Page_Load event, however, given
|
| New to c, simple question: | 20 Feb 2006 12:21 GMT | 7 |
Should i use string or String ? string seems 'old-fashioned' (ansi?) c string while String is depending on the using/system stuff. They might be equal and can be intermixed?
|
| Adding rows dynamically to a datagrid | 20 Feb 2006 11:06 GMT | 2 |
Pls could anyone tell me how to do the following task. I am having a datagrid with certain columns. Now what i need is , I have to include a button in each row and on clicking this button , i have to generate a similar row below the row that have clicked . ie
|
| Fill method for Dataset | 20 Feb 2006 09:50 GMT | 3 |
I'm new to ASP.NET and I have a question regarding the fill method of a dataset. Here is my code 1 Dim objConn As OleDbConnection
|
| Server Application Unavailable Error ? | 20 Feb 2006 09:35 GMT | 2 |
When I try to view any asp page on server running Windows 2000 Server, it says: "Server Application Unavailable" I checked, IIS is installed, frontpage server extension is installed, what
|
| asp:CreateUserWizard control | 20 Feb 2006 09:15 GMT | 1 |
Just wondering about the asp:CreateUserWizard. I am using Microsoft Visual Web Developer 2005. What I would like to do is be able to add users, but also specify which roles they belong to.
|
| Determine a session variable type | 20 Feb 2006 07:11 GMT | 1 |
I have some code to go through a session collection for my error page routine and I get an error on my objects that I store in session variables. Dim strName as String Dim iLoop as Integer
|
| Run time complitation | 20 Feb 2006 06:13 GMT | 1 |
Sometimes when I ftp up new files the server can't find name spaces or give me errors like Unable to cast object of type 'ASP.mainnav_master' to type 'ASP.mainnav_master'. Most of the time these errors are associated with files that are unrelated
|
| uppercase | 20 Feb 2006 05:23 GMT | 1 |
hi, how to set the web text box to only accept/display uppercase? Thanks.
|
| MasterPage setting in web.config - Design Error | 20 Feb 2006 05:12 GMT | 2 |
I have set the masterPageFile property in my web.config as follows: <pages masterPageFile="~/Main.master" > When I create a webform and I don't specify a masterPageFile in the aspx (so that it uses the web.config specified master) and I go into design view for
|
| Problems using Directories | 20 Feb 2006 05:07 GMT | 1 |
I'm having a bit of a problem with ASP.NET. In my root directory I have created three subdirectories (Shoes, Styles and Xslt). In the Shoes directory is an .aspx file that makes use of an xslt file in the Xslt directory. The xslt file in use uses a css file in the Styles ...
|