| Thread | Last Post | Replies |
|
| Acquire control in TemplateField by Id. | 24 Aug 2007 21:30 GMT | 3 |
I have a GridView with TemplateField. I want to get the <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> in TemplateField in programmatic way. e.g: GridView1.TextBox1 or GridView1.FindControl("TextBox1"), but neither of them works. Please help me.
|
| Changing file in App_Code clears session variables | 24 Aug 2007 21:20 GMT | 6 |
When working in debug mode of Visual Studio 2005, whenever I make a change to one of my files in the App_Code directory, all of my session variables get cleared. This is annoying because it means I have to start the application from the beginning by re-logging in. The files in ...
|
| Validator control takes up space | 24 Aug 2007 21:20 GMT | 1 |
When I use a validator control on a FormView it takes up space when screen first displays. Is there any way to avoid this and only have it take up space when there is an error? Thanks. David
|
| XMLHTTP call in Javascript to C# Webservice passes null parameters | 24 Aug 2007 21:18 GMT | 1 |
Hello, I have encountered some strange behaviour when using the XMLHTTP Request object in Javascript to return xml from a C# Webservice Method. I create a SOAP envelope and send it off to the Webservice, which I have debug points in, which when hit I can see
|
| can you embed external source (http://yoursite.com) into .net page? | 24 Aug 2007 21:16 GMT | 1 |
Hopefully this question applies to both VB.NET and C#... I would like to know if it is possible to embed the source of a URL into a .NET page. I would like to avoid using an IFRAME where I could simply say
|
| [Global.asax] how to manage two or more of them? | 24 Aug 2007 21:16 GMT | 3 |
I have two .aspx pages they use two different Global.asax files when I "Publish" the first .aspx page, its Global.asax is transformed in
|
| Help: question regarding webform | 24 Aug 2007 21:16 GMT | 1 |
Can somebody tell me why webform is not WYSIWYG ? In that case, should I use CSS to place the controls? Thanks,
|
| Select method of ObjectDataSource called twice - second post | 24 Aug 2007 19:58 GMT | 4 |
I have already posted this problem, but I have not received any response yet. I will try to describe it again. We have a list control (e.g. DataList) and an ObjectDataSource on an ASP.NET web page. When we open the page the Select method (here: GetCustomers) is
|
| Trouble joining 3 tables | 24 Aug 2007 19:48 GMT | 5 |
I'm getting incorrect syntax error. Can someone tell me what I'm doing wrong, here's my stored procedure: select Titles.Title
>From Titles |
| what is the difference between AJAX, ATLAS and webparts? | 24 Aug 2007 19:45 GMT | 2 |
The subject says all! Where can I read about their differences and which technology is suitable for which application? Regards
|
| How to get web statistics data in rss feed? | 24 Aug 2007 19:43 GMT | 1 |
I have couple web sites and right now, I monitor traffic with Awstats. I thought it would be much easier to aggregate them in one feed for quick look...
|
| SqlDataSource UpdateCommand problem | 24 Aug 2007 19:03 GMT | 1 |
I have aspx web page with a GridView that displays data from a SqlDataSource view that combines 2 tables to show information. It has an Edit feature and the SqlDataSource has an UpdateCommand text to run a stored proc that has 2 UPDATE statements (1 for each table) as shown ...
|
| Having & in folder name | 24 Aug 2007 18:55 GMT | 2 |
I am getting the following error trying to display a file in a web page. Source: mscorlib An unhandled exception occurred: Message: Could not find a part of the path 'D:\Listings\Hartwig Blvd -
|
| Using a Web Service call within a VB Module | 24 Aug 2007 18:26 GMT | 1 |
I have a WS called "IWeb", which I define within the page class like this: Dim service As IWeb.WebService I then have a button that calls the web service like this:
|
| ASP.NET WebService Response - CPU at 50% | 24 Aug 2007 17:39 GMT | 1 |
Hello... I have a web application that is calling a method from a web service. This webservice has a class that is a client class in a remoting scenario. The problem is that, after the remote server responds to the
|