| Thread | Last Post | Replies |
|
| Data-Driven Visibility in a Datagrid Cell? | 21 Jun 2006 18:51 GMT | 1 |
I would like to set the visible or display property of a LinkButton control in a datagrid based on data. I could do it in javascript but I feel that it should be possible in vanilla ASP.NET. Is it possible to get access to the relevant row of data in the
|
| Convert from C# into VB | 21 Jun 2006 18:47 GMT | 14 |
Can someone convert from C# into VB this line for me: if (c is System.Web.UI.HtmlControls.HtmlForm)
|
| Stored Procedure Help | 21 Jun 2006 18:05 GMT | 1 |
Hello all, I know this may not be the correct group but was hoping someone could help anyway. I have a stored procedure that is not returning the correct information. For some reason it is not returning the correct lane or reference number and was wondering if someone can take a ...
|
| Creating a Request timer HttpModule | 21 Jun 2006 17:50 GMT | 1 |
We want to create a generic request timer that will inject the time it took to render each page as a HttpModule. We want to be able to inject this just before the finishing </body> tag but I can't seem to find a event to add an handler for. The timer should start in BeginRequest ...
|
| automatic mailing in asp.net | 21 Jun 2006 17:49 GMT | 3 |
i must develop a web site that must be send all sales reports at every day to company managers... how can i send these mails without browsing this page.is it possible to make this automatically??
|
| Upgrading Website From VS2003 to VS2005 | 21 Jun 2006 17:34 GMT | 3 |
So far it's the same as asp>>asp.net and VB>>VB.NET. In other words, after a day of struggling it gets harder to make the business case, not easier. Or have I got something completely wrong? Would someone please tell me that it's a walk in the park? But, if that's so then ...
|
| difference between imports-implements-inherits | 21 Jun 2006 17:31 GMT | 7 |
Can anybody explain me what's the difference between for example: imports system.data implements ICallbackEventHandler inherits System.Web.UI.Page
|
| Handling Slow Loading User Controls | 21 Jun 2006 17:29 GMT | 1 |
I want to be able to have a page that has several controls on on it, but I want the page to load first of all and display a loading image on each control and then I want to then display teh controls as the data has bound to each control as some of the data I need to load is very ...
|
| Displaying two pages that are identical apart from the stylesheet being used | 21 Jun 2006 17:06 GMT | 1 |
I want my site to host a Default.aspx and a Default2.aspx page with one page being rendered using Stylesheet1.css and the other using Stylesheet2.css. So far I've just copied Default into Default2 (cut and paste) but this is crap because every time I need to change my site I
|
| color names | 21 Jun 2006 16:59 GMT | 2 |
Hi.... When I pick colors using the design mode.... it puts c"color names" into the markup. Then in the "HTML mode"... shows a lot of color related errors.
|
| Reading an excel spreadsheet using ado.net | 21 Jun 2006 16:39 GMT | 1 |
I am trying to read and excel spreadsheet using ado.net in asp.net 2.0(vb.net). It seems to work fine, but I cannot read some cells. There are some cells, that contain numbers, that I always just get a blank back. Has anyone seen anything like this before? Thanks.
|
| Asp.Net AutoPostback and control focus | 21 Jun 2006 16:27 GMT | 1 |
In Asp.Net v1.1 web form I have a number of controls which have the autopostback enabled. Is it possible after the autopostback has run that the control that caused the autopostback to get the focus?
|
| Image from a WebService | 21 Jun 2006 16:12 GMT | 2 |
I have a question: I have a database in MySql that has two fields (code and image). Now, I want to create a WebService that takes the image of the most current row (the code is the date in which the image took). And then, create a page in ASP.NET that calls this WebService, show ...
|
| "Object reference not set to an instance of an object." error at postback | 21 Jun 2006 16:12 GMT | 2 |
This JUST started happening, I don't remember changing any code: When I click the submit button on my form, stuff is supposed to happen (which it does correctly) and a result message is posted back to the same page at the top of my form alerting the user that their request
|
| Programmatic Site "Reset" | 21 Jun 2006 16:08 GMT | 5 |
Hi. Is there a way to make a call in ASP.NET that will effectively do exactly the same thing is when you "touch"/change the web.config file? In other words, I want to be able to programmatically cause the same kind of general resetting that happens when you touch the web.config ...
|