| Thread | Last Post | Replies |
|
| can you still add request headers? | 05 Nov 2007 03:55 GMT | 4 |
can you still alter request headers? in some reading it seemed a security update made that no longer available. There was a posting related to that at http://bigjimindc.blogspot.com/2007/07/ms-kb928365-aspnet-requestheadersadd.html
|
| Row height of GridView | 05 Nov 2007 03:29 GMT | 3 |
How can I decrease the height of a gridview control? I modified the values in the stylesheet as given below .gridview tr.even td,.detailsview tr.even td{ background: #FFFFFF;
|
| How do you automate a process? | 05 Nov 2007 01:16 GMT | 6 |
i am creating an asp.net auction website how do i create a process that will "end" the auction when it's time obviously i don't want to sit at a browser and keep refreshing the page i'm not sure if i can install an application on the server too (not
|
| ContentPlaceHolder Resizing with Dynamic TreeView | 05 Nov 2007 00:53 GMT | 1 |
I've created a master page that has a ContentPlaceHolder (mainContent) on it. On a child page I've put a dynamic treeview control into mainContent. The TreeView builds itself dynamically but the ContentPlaceHolder does not resize along with the treeview. Any ideas
|
| send email with .net (code) and hotmail(e-mail) | 05 Nov 2007 00:12 GMT | 4 |
can someone help me please. can i use hotmail e-mail to send emails in asp.net(vb code)? or should i pay for new email, so i can use smtp?
|
| POST to Non-ASP.NET Site | 04 Nov 2007 22:33 GMT | 20 |
I am trying to simulate a post to a page that is on another server and is not implemented in ASP.NET. I've found some examples for this using WebRequest. That code appears to work and the data is getting posted to the intended site.
|
| Navigation Suggestions | 04 Nov 2007 20:53 GMT | 4 |
I'm still pretty new to ASP.NET. I'm developing a site that requires all users to log on. Once logged on, I can determine which of three types of users they are (types are implemented using ASP.NET membership roles). Each type of user will have access to a different set of pages. ...
|
| SSL | 04 Nov 2007 18:30 GMT | 2 |
I have to transfer an entire aspx.net application to SSL. What is involved? I have never done this. Thanks, T
|
| Question: Gridview within Gridview issue | 04 Nov 2007 17:38 GMT | 1 |
This is confusing... I have a gridview (gv1) with another gridview (gv2) inside of it. gv1 has a bunch of house listings and within each row is a group of related house pictures (gv2).
|
| Help with dropdownlist - Dataview | 04 Nov 2007 17:09 GMT | 1 |
I searched around but cannot find an answer to this problem, if there is an answer. I have a DataView and a dropdownlist both on the same page. The dropdown list is a bound list of companies. The DataView shows the
|
| Drag and drop file upload | 04 Nov 2007 15:03 GMT | 1 |
I would like to create a file upload system, using file drag and drop functionality. Does anyone know how ? John
|
| Detect button clicked | 04 Nov 2007 14:28 GMT | 2 |
I would like to create an eventhandles that handles several different buttons. How can I detect which button was clicked on ? I know it something with the sender ...
|
| Circular file references | 04 Nov 2007 11:25 GMT | 1 |
We have a compile problem – we do pre compile on an asp.net 2.0 web project. We get an error message that says “Circular file references are not allowed” in a user control. We don’t do a circular reference on our web site – not that I saw one…
|
| connecting vs 2005 to remote SQL server 2000 | 04 Nov 2007 10:34 GMT | 3 |
I did a search but could not find an aswer that worked so here it goes. I just did an upgrade from 2003 to vs 2005 express. I am using a remote sql server 2000. I specifically upgrade to make use of the
|
| Search through data returned from stored procedure | 04 Nov 2007 09:17 GMT | 1 |
I have a stored procedure that returns columns from a table called UserProfile. Within the table, it has a column called ProfielD, PropertyValue, Visitbility. I need to be able set the values returned to a variable to be used later. Here is an example of the data
|