| Thread | Last Post | Replies |
|
| Escape characters in RegisterClientScriptBlock | 25 Jan 2007 18:44 GMT | 1 |
Escape characters in RegisterClientScriptBlock I am using the RegisterClientScriptBlock to emit client script. What I am trying to do here is: User can open a popup window to build an MS Access connection string.
|
| collecting the information of a custom DataBoundControl | 25 Jan 2007 18:40 GMT | 1 |
I have successfully gotten thru and coded up a basic MyDataBoundCntl : DataBoundControl Imagine I have a list of 3 people. John
|
| Is there a way to access to the hash portion of the url from serve | 25 Jan 2007 18:35 GMT | 1 |
I am working on a web application that receives information passed to it in the hash portion of a URL. In javascript I can access it as location.hash, but I need to do certain processing with it at the server. I can't seem to access this portion of the URL. I can't even access ...
|
| Solution Builds Every Time | 25 Jan 2007 18:25 GMT | 2 |
I have a solution with a couple different websites and another project that creates a .dll needed by those sites. Until about a week or two ago I wasn't having any problems, but recently it has started doing a build of all the websites every time i try to run one. It rebuilds
|
| possible? scripted DB drop/restore from backup, restart | 25 Jan 2007 17:32 GMT | 2 |
I'd like to make a tool that non-technicians could invoke if there was a defacement or destruction of our database data for whatever reason and an expert wasn't around to tend to things. The sequence would run something like this:
|
| how to transfer time from datetime coloumn to another coloumn | 25 Jan 2007 17:22 GMT | 2 |
I have a datetime coloumn, i want to extract time only this coloumn and save this time only to another coloumn in the same table. I am new to asp.net.. thanks..
|
| How to detect page called via back button | 25 Jan 2007 16:52 GMT | 1 |
I have an aspx page that normally gets called via an HTTP Post from another web page. For example, the calling page (page1.aspx) calls page2.aspx with a querystring from javascript like so:
|
| How to Manager the ASP.NET Web Site Administration Tool | 25 Jan 2007 16:50 GMT | 8 |
I am a somewhat experienced VS 2005 user who is trying to us the ASP.NET Web Site Administration Tool for the first time. I have experimented with it on my local IIS and it seems to be an excellent tool for security administration. However, I have some long term
|
| Enumeration | 25 Jan 2007 16:12 GMT | 1 |
I have a enumeration named Levels and the function Levels2String: Public Function Levels2String(ByVal myLevel As Level, ByVal culture As String) As String ...
|
| gridview question | 25 Jan 2007 15:29 GMT | 5 |
how to set the width of BoundField textbox when it is displayed in edit mode ?
|
| unable to open project file by the web server | 25 Jan 2007 15:27 GMT | 1 |
i have installed oracle 9i in my system. after installing it none of my dotnet application is working. but my web server (iis) is running properly. what could be the solution and the problem.
|
| Dataset as datasource in Gridview | 25 Jan 2007 15:17 GMT | 1 |
I am a vb.net 2005 newbie. I am using a gridview to update and insert data. The datasource is a dataset. Question: If i update data in the grid is the dataset updated as well? thanks
|
| Stop CSS Validation | 25 Jan 2007 15:16 GMT | 3 |
Not 100% ASP.NET, more like a Visual Studio question. I have attributes like "opacity" in my .css, and Visual Studio 2005 is flagging it as an error, when I definitely need them. How can I turn that validation off? Is it MSBuild that is actually generating this,
|
| Alternating row in gridview | 25 Jan 2007 15:14 GMT | 3 |
on the rowcreated or rowdatabound i was looking for the alternateing row like existed in the datagrid. I need to set a style depending on which row is current" alternating or row. Anyone know where it went?
|
| email Link from Data Grid | 25 Jan 2007 15:07 GMT | 2 |
Is there a way to put hyperlink on a datagrid of a mailto: thank you, Samuel
|