| Thread | Last Post | Replies |
|
| authentication problem | 17 May 2007 20:05 GMT | 2 |
I am a newbie so I hope this is an easy one. I have an asp.NET app (.NET 2.0) using windows auth. I am just trying to get the username of the logged-in user (I mean their windows login, exchange 5.5 with active directory). My AD domain is called "US" and my login is
|
| Dropdown list | 17 May 2007 19:53 GMT | 1 |
I have a dropdown list and I am pulling the data from database and then binding it with dropdown list e.g ddlApplication.DataBind(); Now when I click any item it sends that item in the gridview but what I want that whichever item sends to gridview it should now disappar in
|
| printing label from web form | 17 May 2007 18:59 GMT | 7 |
I need to print an address label (about .75" x 2.5") to a Dymo LabelWriter from a web form, with the minimum amount of user interaction other than pressing a print button. What is the best way to do this?
|
| Repeater Control - 3 Columns - Unlimited Rows | 17 May 2007 18:54 GMT | 1 |
I wanna list my stocks in a web page according to search result, this listing must be in a (3 columns and unlimited size) table, what I wanna list in a cell is stock name, stock price and stock picture I tried repeater control but it list data only row by row I think, I couldnt
|
| Variable from Asp.net radio button | 17 May 2007 18:51 GMT | 2 |
Using VB2005 and Asp.Net How do I make a variable from an Asp: radio button? I know how to do it from a asp:text box. Here is my control:
|
| Export data to Excel sheet | 17 May 2007 18:35 GMT | 1 |
have a GridView with data. I want to export this data to an excel sheet. How can I do that. Thanks in advance
|
| Howto ? authorization to download files on an ASP .NET website | 17 May 2007 18:32 GMT | 2 |
How can i only allow downloading a file if a user has logged in ? I have an aspx page with links to downloadable files, a users needs to enter a login/pw before he can see the page, but if he bookmarks the url's to the download link, he can bypass the login page.
|
| Creating a simple graphic on the fly | 17 May 2007 17:59 GMT | 2 |
I want to create a very simple square shape with a color (defined in hex) to display on my web page. The page will reside on an ISP's server so I don't want to have to have to ask them to change IIS settings for any file types etc. (I;m not sure if you
|
| DataBinding in asp.net 2.0 | 17 May 2007 17:50 GMT | 1 |
Hello to all, I want to know if DataBinding in asp.net 2,0 is better than to fill up the values of the controls of the following form: this.miControlTextBox.Text = valorParaControlTextbox;
|
| Export data to Excel sheet | 17 May 2007 17:50 GMT | 2 |
I have a grid view with data inside it. I want to send the data from grid view to an Excel sheet. How can I do that. Thanks
|
| Data type | 17 May 2007 17:41 GMT | 1 |
I have text boxes in my web form. I am typing phone number 1-769-876-2345. and try to insert this data in a column named Cellphone which is of data type numeric(18,0). But it is giving me error that string is not in proper format. So it is not inserting
|
| Open File Dialog Box | 17 May 2007 16:33 GMT | 1 |
Is is possible to create an open file dialog box in ASP.NET that allows the user to save a file to whatever directory they choose locally?
|
| Protocol or message pattern of SQL Server client and database syst | 17 May 2007 16:27 GMT | 8 |
Now we have some trouble to directly access to SQL Server database. I would like to know if there is a special protocol in the communication between SQL SERVER client and databse system. What is the messaging pattern? Thank you for any help.
|
| permission denied! | 17 May 2007 16:18 GMT | 1 |
i am trying to use xmlHttp.open while opening page A from a div in page B i am using .net 2005 and my sites are on the different domains at server
|
| what's this <%$ AppSettings:something %> means | 17 May 2007 16:17 GMT | 5 |
I just can't understand what appSettings means, how it work thanks for your read osamede
|