| Thread | Last Post | Replies |
|
| Linkbutton - mouse curser | 21 Jun 2006 08:29 GMT | 1 |
Silly question but I can't find the answer. I have linkbuttons and I've noticed that the mouse cursor doesn't change to a hand or an arrow when I mouse over it...it just stays an i-beam. I'm just using the linkbutton control in VS; I can't use hyperlinks for this.
|
| Remove web.config | 21 Jun 2006 08:07 GMT | 1 |
i am working on vs 2003, if i remove web.config file from asp.net application , application is working fine. but if this application is in vs 2005 and i remove web.config it is giving error
|
| Web.Config Connection String | 21 Jun 2006 06:55 GMT | 1 |
I would like to apply membership on my web. The problem I have is ASP.NET Configuration does not recognize setting I've made What went wrong in this configuration on web.config? <connectionStrings>
|
| XmlDataSource and embeded HTML within your XML data | 21 Jun 2006 06:38 GMT | 2 |
I am attempting to right a news scroller control that is driven by and XML file. The way I have it set up is: <News> <Item Title="sometitle">
|
| Best Place to Host ASP.NET Applications | 21 Jun 2006 06:00 GMT | 3 |
There seem to be so many places out there to host asp.net Web Applications I figured I had better put an article on this forum to get some advice. Basically I have an asp.net Web Application that I'm interesting in Hosting on the Web. I'm planning to offer a training
|
| Export to Excel (Default File Type - Excel) | 21 Jun 2006 04:49 GMT | 13 |
The following piece of code is being used to export HTML to excel. HttpContext.Current.Response.ContentType = "application/vnd.ms-excel" HttpContext.Current.Response.AddHeader("content-disposition", "attachment;filename=ABC.xls")
|
| Small business starterkit issues | 21 Jun 2006 04:22 GMT | 3 |
Has anyone on the team responsible for the smallbusiness starter kit every ran this thing on anything other than the Visual Studio Development Server. After spending time getting used to this kit and adding my pages to it (only pages no custom code), I tryed deploying it to my ...
|
| how to get co-ordinates to write on image | 21 Jun 2006 03:19 GMT | 3 |
I am writing Hello on the image i am able to write it sucessfully now I want to write it at bottom right corner How can I calculate the co-ordinates(suppose my image is 600*450)
|
| how do you get current full aspx page name with querystring? | 21 Jun 2006 03:02 GMT | 10 |
If I have a url like this: www.somesite.com/mypage.aspx?myvalue1=hello&myvalue2=goodbye, in VB.NET, how do I get the "mypage.aspx?myvalue1=hello&myvalue2=goodbye" portion? Thanks!
|
| Could not load type | 21 Jun 2006 01:39 GMT | 1 |
I create ASP.NET 1.1 websites on localhost and check them out. After compiling, I FTP the .aspx files to a directory on a remote host and the .dll to the /bin directory on that same remote host. For a very trivial application I have (a single label) this works correctly
|
| [Datagrid] are data saved in the Cache ? | 20 Jun 2006 23:35 GMT | 2 |
I have Datagrid on an aspx page. The datagrid has data distribued on several page (that is it has navigation buttons). Question:
|
| Dynamically adding columns to a WebForm datagrid | 20 Jun 2006 23:33 GMT | 1 |
Hi everyone, I have a datagrid with a column template with one editbox. Is it possible to add columns dynamically to this datagrid based on the result set that comes back from a database query? I saw some examples on how to add ASP code that defines bound columns, but the
|
| Dynamic Master / Detail pages question | 20 Jun 2006 23:17 GMT | 3 |
I've just started playing around with master / detail pages and I'm trying to simply change the detail page displayed in the contentplaceholder control from code behind. I can't seem to find any examples of this. Does anyone know how to do this?
|
| Where to download "Publish Website" | 20 Jun 2006 23:10 GMT | 1 |
Where can I download a Visual Studio 2005 add in called "Publish Website?"
|
| PWD protecting individual files. | 20 Jun 2006 22:45 GMT | 1 |
I need to be able to password protect individual pages. For instance: /protected.aspx?id=123 /protected.aspx?id=555
|