| Thread | Last Post | Replies |
|
| Basic Membership and Roles Question Migrating from Class ASP | 28 Sep 2006 16:48 GMT | 1 |
Hi, right now I have a classic ASP site that filters users based upon a MySQL database. The database was created with users and groups tables. Based upon the values in the database a user is allowed to see certain controls or menu options on the page.
|
| Asynchronous web pages | 28 Sep 2006 16:31 GMT | 2 |
The thing that interested me more about ASP.NET 2.0 before it came out was asynchronous web pages. Now it's here and I have time to investigate, I'd like to know about how to write pages that don't do callbacks to the server.
|
| POST form to a DLL? | 28 Sep 2006 16:19 GMT | 2 |
Howdy, I have a little email script in asp.net 2.0 that simply receives the request.form from an HTML form and sends the email then sends them to a thank you page. Works great. However, is there a way to point the form to
|
| Item number in datarepeater | 28 Sep 2006 15:35 GMT | 1 |
I have a datarepeater. <asp:Repeater id="_quiestionsDataRepeater" runat="server"> <ItemTemplate> <table border="0" cellspacing="0" cellpadding="0"> <tr>
|
| Tableless layout. Is it always divs with position:absolute? | 28 Sep 2006 15:06 GMT | 6 |
I think the subject says it all... thanks ThunderMusic
|
| Play Sound Clip Once | 28 Sep 2006 15:03 GMT | 3 |
I recently received a task to have a .wav file play only once when home page is 1st loaded and only play again when the user re-visits the page by opening a new browser. I am using asp.net 2.0 framework. Could someone please guide me?
|
| Master page + SqlDataSource = ? | 28 Sep 2006 15:02 GMT | 1 |
I have a 2.0 framework page that has several texboxes, a gridview, and a sqldatasource. The user enters criteria in the textboxes, clicks a button, and the gridview displays the appropriate data. VERY simple. Recently I started a new web site in VS 2005 and created a Master Page.
|
| text file format | 28 Sep 2006 14:34 GMT | 1 |
I need to create a text file which I can get working but i need it to be in this format which I'm close but not exactly there yet. format I need: 1234569 BMW
|
| New Missing images | 28 Sep 2006 14:26 GMT | 3 |
The refigerator image shows up in one browser, but not in the other (both IE): The banner shows up in both. The refrigerator is selected in code by browsing the file system.
|
| how to disable refresh button? | 28 Sep 2006 14:01 GMT | 2 |
I want to disable teh refresh button on my pop window. Whenever I right click, my pop up window, the 'Refresh' button should be disbaled.... Can anyone help me on this.... any javascript functions to be included?
|
| atlas dilemma | 28 Sep 2006 13:42 GMT | 3 |
hey all, i have a master page that consists of a header section and main body (in other words 1 column, 2row table). i placed a contentplaceholder in the header and in the body.
|
| skip address bar | 28 Sep 2006 13:41 GMT | 2 |
hey all, is there any way to skip the address bar when a user hits the Tab key? thanks, rodchar
|
| Should be simple... | 28 Sep 2006 12:45 GMT | 4 |
I am new to asp.net.... but this should be simple, yet it does not appear to work. I must be doing something wrong. I have a web form with a dropdown list. I have successfully populated it with data from sql server using a datareader.
|
| Ashx file: Request.QueryString and other problems ... | 28 Sep 2006 12:39 GMT | 1 |
In an .ashx file I tried to use the following two code lines: 1 .Me.GetLocalResourceObject("MyImageImageUrl").ToString() which gave me the error "GetLocalResourceObject is not a member of News". News is my class.
|
| Binding optional parameters | 28 Sep 2006 12:06 GMT | 4 |
I have a web page with various controls that supply parameters to an ObjectDataSource. The ObjectDataSource has various methods that allow for filtering of the results...GetProductsByID(), GetProductsByIDAndDate()...etc Because the parameters are optional, I have to make a methods ...
|