| Thread | Last Post | Replies |
|
| dot net application hangs after IISRESET | 13 Sep 2007 22:19 GMT | 3 |
just as the subject states, our dotnet application just seems to hang if IISRESET is executed. If have to reboot the entire server to get things working again. If I browse to any other standard file (xml, html) things load up just
|
| Ajax and call to an external resource. | 13 Sep 2007 22:00 GMT | 2 |
My aspx page redirects to a page on an external web site. The external page is .ashx. I usually display an animation( using update panel and scriptmanager), prompting user that some data is being retreived.
|
| Server Error in '/' Application | 13 Sep 2007 21:23 GMT | 1 |
I sometimes get the following error on my ASP.NET webpage. Server Error in '/' Application. -------------------------------------------------------------------------------- DataTable internal index is corrupted: '5'.
|
| ActiveX component does not work in new server machine | 13 Sep 2007 20:43 GMT | 1 |
I have developed an ActiveX button which was working for old server. Now it does not work in new Server machine. I can not remember if I did any configuration in old machine. However it works for local HTML test file.
|
| Custom validation For validating dates | 13 Sep 2007 20:43 GMT | 1 |
I have a textBox Where I type date. I want to validate it. Im using customValidate controls. I have this function in my code behind page void DatesValidate(object source, ServerValidateEventArgs e) {
|
| Production vs. development | 13 Sep 2007 20:42 GMT | 2 |
I have just put a new virtual server in place that I intend to make my development server. I would like to develop and test on that new server, and host my production apps on my production server. I also have identical databases on each server.
|
| Implicit Conversion with Declarative syntax | 13 Sep 2007 20:40 GMT | 1 |
I'd like to know if it's possible to declare an implicit type conversion for when I use declarative Synthax in html. For example, when I have the DropDownList, I can declatively set it's Selected value like this : SelectedValue='<%# Bind("TaxCondition")
|
| mixed cs/vb question | 13 Sep 2007 20:38 GMT | 5 |
I have a site wher ei'm using both cs and vb helper classes and it's working ok (please the, "why would you want to do that" comment is unnecessay; "stuff" happens and you need to play the hand you are delt). However, i need to access some methods in a cs class from a vb class. ...
|
| RequiredValidation Controls | 13 Sep 2007 20:27 GMT | 1 |
I have a asp pase. I have one text box, txtName, txtStartDate, txtEndDate. and a button Submit.I have a grid view hand it has edit, delete and cancel buttons. I want to validate my page. I have three RequiredValidation controls for three text boxes. I want that
|
| Varbinary | 13 Sep 2007 20:18 GMT | 7 |
Not sure if this is belongs here, or maybe in SQL... I have a SQL Server 2005 database where I store a varbinary(MAX) field. In my Web form, I allow the user to upload a photo to the database. It's stored in the varbinary field.
|
| need help with understanding this little bit of code | 13 Sep 2007 20:16 GMT | 8 |
According to some of the programmers that use to work here and on this code, it was done in VB and .NET Can anyone explain what the letter c and the number 1 in this line of code stand for?
|
| Images do not show in IE browser on some client machines | 13 Sep 2007 19:58 GMT | 5 |
I used Visual Studio .NEt 2003 to develop a web form in which there is a bmp format image. I used WebControls.Image in Design and set ImageUrl property field to file:///C:\Inetpub\wwwroot\Demo\webimages\b2pentagons2.bmp Any problem about it?
|
| Sqlserver problem -- table not available | 13 Sep 2007 19:53 GMT | 4 |
I am a wealth of problems :-). Here is the latest. I am running sqlserver management studio express. I created four tables - Company, Agent, Orders and Managers. All have/had data. I coded in visual web developer 2008 express. I had a page that worked
|
| Question about WebResource.axd | 13 Sep 2007 19:48 GMT | 3 |
I was wondering what causes the querystring for the following to change: <script src="http://www.smci.com/WebResource.axd?d=SfpsT7lZdzkry6EvmJfBcQ2&t=633197198783 984965" type="text/javascript"></script>
|
| Old Dos Program from asp.net website | 13 Sep 2007 19:25 GMT | 9 |
I have a requirement to execute a legacy DOS program from within an ASP.NET Website. I have it working in my sandbox machine but when I put it live and select the option via asp:button the site simply refreshes and no new window with said DOS application appears. The
|