| Thread | Last Post | Replies |
|
| Hyperlink & Frames | 18 Apr 2008 21:59 GMT | - |
I have a problem using a hyperlink and a frameset... When I run the application, and click on the link, the link is displayed in a new window... But the strange thing is, I set the target to the target frame....
|
| GridView sort by a column whose header is dynamically created | 18 Apr 2008 21:46 GMT | 2 |
I have a GridView, in which the header of one column changes depending on the selected value of a DropDownList outside of this GridView. I did this dynamic header through protected void GridView1_RowCreated(object sender,
|
| sending mail | 18 Apr 2008 21:11 GMT | 2 |
I would like to try to send a mail in asp.net. What I would like to know is, can I send the mail by using an external SMTP server, hosted by my provider? Thanx
|
| DINHEIRO HONESTO! O SEGREDO. | 18 Apr 2008 21:07 GMT | - |
Olá! VOCÊ CONHECE A LEI DA ATRAÇÃO? Então convido-o a ler com atenção o texto abaixo e a participar desta experiência que para mim está trazendo resultados que jamais pude imaginar.
|
| GridView: how to hide/show controls based on a value in another cell? | 18 Apr 2008 19:43 GMT | - |
I have a GridView with five columns. One of the column renders its content either as a FileUpload or TextBox - depending on a value in another cell. I created an EditItemTemplate for the column and placed both controls in it. The controls' Visible property is initially set to ...
|
| Help:Filter datagridView with mulitple ComboBox | 18 Apr 2008 17:50 GMT | - |
i work in project(vb) i deploy a table to DataGridView. and i try to Filter the Datagridview with the combination of 4 combobox. my problem i can't do that for the 4 combobox in same time. it work only for one at the time.
|
| Difference between ASP.NET Website and ASP.NET Application Project | 18 Apr 2008 17:11 GMT | 5 |
What, from a high level point of view, is the difference (in Visual Studio 2005) between Website (accessed with Open Website or Create Website from the StartPage) that is an ASP.NET Website, and a Project that is created with the "ASP.NET Application" template?
|
| Annoying problem with event being raised twice | 18 Apr 2008 16:51 GMT | - |
I have DataList control on my own contro land it is bind to SqlDataSource control. My problem is that DataList is getting needed data twice what is for me very strange. I have some code in OnSelected event of SqlDataSource, and i was suprised when it was fired twice for every ...
|
| get/set data web.config | 18 Apr 2008 16:35 GMT | 7 |
Does anyone have the correct syntax to get and set the system settings in the web.config file ? I would like to read and change the smtp server, login, password and from adress....
|
| Prompt for password | 18 Apr 2008 16:34 GMT | - |
I have an asp.net 2.0 internal web application that uses authentication mode="Windows" and identity impersonate="true" with a userName and password. Our photos (mostly jpg files) are stored on a 2nd server and we have a web page that displays them in a DataList. If I go in as ...
|
| Using CookieContainer with Response.Redirect? | 18 Apr 2008 15:41 GMT | - |
Hi, I have access to a secure site that I currently go through a login page, then have to search for company profiles. If I want to link directly to the profile, I need to have the authentication cookie present first generated from the login page.
|
| Nested Master Page at Runtime | 18 Apr 2008 15:39 GMT | 1 |
I am using ASP.NET 3.5 and VS 2008 to create 2 level Nested Master pages. I am adding the controls and the content place holders at runtime. However now my child pages do not recognize the master pages content
|
| ASP.NET AJAX Synchronous calls | 18 Apr 2008 15:35 GMT | 2 |
In AjaxPro, if you leave out the Callback parameter, it becomes a synchronous call. Is it possible to perform a synchronous call with ASP.NET AJAX? Please limit responses to the question posed...let's leave the
|
| Loading of Assemblies | 18 Apr 2008 15:33 GMT | 1 |
When an ASP.NET Application first starts, an application pool is created and assemblies loaded into it. How does ASP.NET "know" which assemblies to load - initially - into that application pool? What controls which assemblies are initially loaded? Is it
|
| mask to textbox | 18 Apr 2008 15:27 GMT | 2 |
Anyone help me with how i mask one textbox to accept only number and when i type 3 numbers, automatic add one dot. sample: type: 123
|