| Thread | Last Post | Replies |
|
| Tab control in vs2005/2.0 | 25 Jan 2006 11:35 GMT | 1 |
I notice that there is still no tab control in vs2005. That seems like a strange omission. Are we left with the only choice to use those I.E. Webcontrols? (maybe it's still because we don't want to look like Lotus notes :)
|
| Need help - Trying to convert a crystal report to a .rtf file from my webform | 25 Jan 2006 10:27 GMT | 1 |
HI Friends, I am brand new to creating Crystal reports. But overcomed a lot of problems and so far happy what i could accomplish, calling a stored proc with a parameter in it. And i can see the results in the Crystal
|
| 2 Login pages in web.config = ERROR! | 25 Jan 2006 10:23 GMT | 1 |
In my web.config file, I added code so that users will be redirected to 1 of 2 Login pages depending on the original page they are trying to access. However, I get the following error message: Error 106 C:\Source\MyWebSite\Current\Employees\Main.aspx: ASP.NET runtime
|
| link in gridbiew | 25 Jan 2006 10:22 GMT | 2 |
I have a link column in my gridview, but I want to pass information from a hidden column in the grid to a detail section. How can I pass data from a column that is hidden in the grid instead of passing what the hyperlink data is?
|
| QueryStringParameter | 25 Jan 2006 10:21 GMT | 1 |
I have a problem with the following code. When i add the QueryStringParameter the page display nothing. The query is correct and there is also a record with id=1. Who can help me? Code:
|
| Why does a Label control *not* UrlEncode its Text? | 25 Jan 2006 10:09 GMT | 3 |
Can anyone tell me the logical reason for the above. I've read the documentation and made note of the fact that the Label might be used to display user input, which might be malicious script etc, but I'd like to know why the content isn't UrlEncoded for a Label control?
|
| QUERY: debugging ASP VBScript | 25 Jan 2006 10:08 GMT | 6 |
I am currently developing a website in ASP (VBScript) using MS Visual C#.NET IDE. I just create a new "ASP.NET Web Application" and point to my local webserver (IIS) of my website address. Then I just go through each file/folder and right-click, selecting "Include in project". ...
|
| The XML page cannot be displayed | 25 Jan 2006 09:56 GMT | 2 |
I have VS2005 Beta2. I'm trying to publish a Web Site (as described in http://msdn2.microsoft.com/en-us/library/1y1404zt.aspx). When I run the site from Visual Studio on Visual Studio's webserver, the Web Site runs fine.
|
| Generating XML comment documents from ASP.NET C# code-behind | 25 Jan 2006 09:56 GMT | 1 |
Can anyone shed any light on how I generate the XML comment documents from the C# code-behind files in a ASP.NET web project in VS2005? I can't find any properties relating to it if I right-click the project name in Solution Explorer.
|
| displaying Accessdatasource field in textbox using ASP.Net and VS.Net 2005 ? | 25 Jan 2006 09:36 GMT | 4 |
How can I display any field value in textbox of sqldatasource using VS.Net 2005 ? Say : Dim x as new AccessDataSource X.connectionstring="Data source="D:\mydb.mdb"
|
| weird behavior when using 2 different connections - 1 for application 1 for reports | 25 Jan 2006 09:24 GMT | 1 |
I have 2 sql server databases on 2 different servers, a web app, and a crystal reports interface. When the app uses 1 database and the reports datasource points to a different database, both databases on different servers, the application always comes up, but the report comes ...
|
| Use ASP.NET 1.1 or 2.0? | 25 Jan 2006 07:53 GMT | 10 |
For my development I use VB.NET and C#. In the company w're using 2003 and 2005. Now we want to make an intranet-application in ASP.NET, but neither me neither the developer have a lot of experience with ASP.NET.
|
| If a button is not visible | 25 Jan 2006 07:53 GMT | 4 |
Is there some way where the code in the Button1_click sub will still run ? What if the button is disabled ?
|
| Custom MembershipProvider Index out of bounds/machineKey | 25 Jan 2006 06:46 GMT | 1 |
I'm getting the following exception from a website that uses a custom MembershipProvider that I've written. What's bizarre is that the exception is thrown outside my code, >>after<< the user is properly validated. Anyone have any idea what's going on? - Mark
|
| Gridview and subheadings | 25 Jan 2006 06:16 GMT | 1 |
I would like to add subheadings rows into a Gridview. I have looked at the methods used for the old datagrid <http://aspnet.4guysfromrolla.com/articles/072603-1.aspx> but that requires explicit code to create a dataset, rather than using the sqldatasource
|