| Thread | Last Post | Replies |
|
| datagrid like excel | 26 Apr 2006 02:25 GMT | 1 |
Is it possible to create a datagrid that looks like excel? Currently i'm using the OWC (Excel spreadsheet control) and its only being used to export the data to excel. I would rather use the grid due to a little more flexiabilty, but can i make it look like excel on my web form ...
|
| Referencing a assembly from the GAC | 26 Apr 2006 02:19 GMT | 8 |
I have created a class that implements IHttpModule and I want to use the module on several of the web sites that exist on my server. The module works great if I place the dll in a web applications bin directory. However, I can’t get it to work at all from the GAC. If I remove the ...
|
| rearrange the order of items in a control ? | 26 Apr 2006 01:34 GMT | 2 |
is there a way to have a re-arrangeable list with an asp.net control ? I would like to have a list of database table column values in an ordered list initially loaded by their column order in the table HOWEVER
|
| IIS & localhost issue | 26 Apr 2006 01:21 GMT | 2 |
Today, for the first time, a flash file failed to load. However, when I replaced localhost with my IP address (or machine name) it displayed fine. Another person here at work had the same problem. He thinks its an IIS setup issue. He solved the problem by using Ctrl+Alt+P and ...
|
| Gridview with listbox when editing! | 26 Apr 2006 01:05 GMT | 4 |
Hello Everyone. I need to use a gridview, that when I use the Update command one of the colums, instead of showing a textbox where the user can write, I need a combobox (listobx), where there are 3 options.
|
| Invalid State w/ JS popup window | 26 Apr 2006 00:12 GMT | 2 |
I'm opening a popup window with JavaScript. It has a command button. This is from the primary source (opener) window: ################################################################### // =======================================================
|
| How can I transfer Session info to a different domain on same server? | 25 Apr 2006 22:24 GMT | 2 |
Here is my situation. I'm building a web based store that will use the same code base for every store using host headers to determine which data to display. To prevent purchasing a SSL Cert for each domain I want to redirect the checkout process to a different domain. I have ...
|
| Gridview RowEditing event problem | 25 Apr 2006 22:12 GMT | 2 |
I have a gridview template field that I would like to get the value of during the RowEditing event, but can't figure out how. Here's an example of how I get the value of a cell for the row being edited: Dim WasherNum As String = gvBrazeLoad.Rows(e.NewEditIndex).Cells(6).Text
|
| Access to DropDownList in a DataGrid from Page_Load | 25 Apr 2006 21:56 GMT | 2 |
Page_Load has the following definition: Sub Page_Load(sender as Object, e as EventArgs) As such, we are unable to instantiate a control that is inside a DataGrid since
|
| System.Net.Mail.SmtpClient Send method causing an Application popup in IIS ??? | 25 Apr 2006 21:47 GMT | 3 |
In the event viewer on our production web server (win2k3), I am seeing that if a call to the System.Net.Mail.SmtpClient.Send() function fails / throws an exception, it is popping up an assertion failure message box. But since this is a remote server, there is no logged in user, so
|
| Save ViewState to server - deserialize is very slow | 25 Apr 2006 21:46 GMT | 2 |
Can anyone tell me why when trying to use the following code to deserialize the viewstate it takes a long time with a large viewstate. This really surprised as the viewstate is big, but not that big. The formatter.Deserialize method takes a couple seconds which is a long
|
| First Item in DropDownList does not fire OnSelectedIndexChanged | 25 Apr 2006 21:07 GMT | 5 |
If I want to select the first item in a DropDownList, I need to first select any item other than the first item and then next I select the first item which will then fire an event saying that I clicked the first item. Why can't I just select the first item to get an event to fire ...
|
| cannot view web pages after transferring files to web server | 25 Apr 2006 21:03 GMT | 3 |
(Not sure whether it is a general aspnet problem or a specific security problem, hence posting it in 2 groups). This will solve for us a number of problems. I have developed a website on my local machine (part of a LAN) using Visual Web Developer, with ASP.NET 2.0.
|
| Problem with difference between System.Web.Mail and System.Net.Mail in using attachments | 25 Apr 2006 20:58 GMT | 2 |
I have a web .Net app which sends emails with attachments. After the email is sent I clean up aftermyself and delete the attachments from disk. In upgrading to .Net 2 I changed the email logic from using system.web.mail to system.net.mail (of course vs is telling me system ...
|
| How do I assign a null value to a SqlDataReader? | 25 Apr 2006 20:26 GMT | 4 |
This my a method to call a stored proce and uses a DataReader to read the data in the below method I am trying to assign a null value to my datareader variable
|