| Thread | Last Post | Replies |
|
| height | 26 Oct 2005 22:24 GMT | 6 |
I am trying to get the height of my page or even the exact location of a control. How do I do these things because I cant seem to get it. Calvin X
|
| multiple forms allowed in asp.net 2.0 ? | 26 Oct 2005 22:04 GMT | 2 |
i am wondering whether this is now available in asp.net 2.0? i couldn't get any comfirmation from this newsgroup reading. thanks. 1. multiple forms (all with onserver tag) in one page 2. postback to other pages. it said that postbackURL() is now provided for
|
| DataGrid client-side confirm delete window - why does this work? | 26 Oct 2005 21:47 GMT | 7 |
I have just gotten a client-side delete confirmation Javascript button to work, using this FAQ question as a basis (3rd question down, URL <http://www.wintellect.com/resources/faqs/default.aspx?faq_id=1&page=5>. I've no trouble with how this all works, but there's one thing I don't
|
| Dynamically add server controls to a web page? | 26 Oct 2005 21:46 GMT | 6 |
How do I dynamically add web server controls to a web form? Also, how can I position them? Any sample code or links would be appreciated...
|
| convert asp.net to vb.net | 26 Oct 2005 21:40 GMT | 1 |
I have created a webservice client in asp.net to access data from webservice and save it into database. This program does not have form interactions. ASP.net when acessed from the web URL perform this data downloading ad updating function.
|
| XML over HTTP | 26 Oct 2005 21:39 GMT | 5 |
I have to write an interface that accepts "XML over HTTP"-messages. How is this done in .NET? The goal is to have an application (webservice, webapplication, ...) that accepts XML over HTTP and that sends reponses the same way.
|
| Newbie: Adding a User Control Problems | 26 Oct 2005 21:19 GMT | 12 |
I am trying to create a user control that has a label and two radio buttons for a survey. The idea is to populate a repeater (or datagrid, haven't figured out the best way to do this) with the user control. What will happen is it will read the database with a list of questions, each
|
| Q: web service is not running | 26 Oct 2005 21:15 GMT | 1 |
I installed SQL2000, RS2000, and VS.Net to my Windows 2000 Pro PC and did not encounter any error. However right now I am trying to create an ASP.Net application and I get the following error: “VS.Net has detected that specific web service is not running ASP.Net
|
| HttpWebResponse & Webservers | 26 Oct 2005 21:02 GMT | 2 |
I'm having odd problems with the HttpWebResponse class. Some servers are quite speedy, while others don't seem to want to talk to my code. Consider the following pages*: http://planetbrent.com/test.aspx?url=http://www.yahoo.com
|
| Capture hyperlink text property | 26 Oct 2005 20:51 GMT | 19 |
I have an aspx page (referred to here as page_1) with a datagrid whose first column contains hyperlinks. When a user clicks one of these hyperlinks, he will navigate to another aspx page (referred to here as page_2). I need to cache the value of the link's text (hyperlink.text ...
|
| Forms authentication Cookie Monster | 26 Oct 2005 20:36 GMT | 3 |
I have an ASP.NET application on a Win2k3 server. The user is directed to form B (with a query string that contains the logon information). Form B refers to Form A which validates the user according to the query string. If valid it writes an authentication ticket and the ...
|
| page-level vs control-level enableViewState | 26 Oct 2005 20:14 GMT | 3 |
From what I understand the ItemCommand, UpdateCommand, SortCommand, etc events for the datagrid require that the datagrid's enableVireState property is set to true. Does the page-level enableViewState property affect the control's enableViewState property?
|
| Multiple Page_Load subroutines and User Controls | 26 Oct 2005 20:06 GMT | 1 |
Would you expect there to be a problem if I used a Page_Load routine in both the header UserControl .ascx file, as well as the base .aspx file? For example, I want to use a ADO statement with a try catch in the header, as well as ADO in the base .aspx file.
|
| Stop form information being saved by browser | 26 Oct 2005 19:41 GMT | 6 |
How do you stop form information being stored such as credit card info in a textbox?
|
| TextBox changing colors | 26 Oct 2005 19:41 GMT | 1 |
I'm building a table by creating new TextBoxes and then adding them to a Cell and then adding the Cells to the TableRow. It is working fine, but for some reason one of the TextBoxes is getting highlighted in a pale yellow color. I'm building the table in a loop so all the ...
|