| Thread | Last Post | Replies |
|
| assign a varriable to text box | 12 Jul 2007 01:04 GMT | 1 |
I'm trying to use a variable value in the text box, i cannot find a way to do this. <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server">
|
| No C:\Program Files\Microsoft ASP.NET directory??? | 12 Jul 2007 00:50 GMT | 3 |
I'm trying to install a web site to the test machine and I'm getting an error when I try to run the site. I've traced the problem down to the fact that I don't have the AJAX extensions installed. They need to be installed in the directory
|
| Title fees calculator - any 3rd party solutions? | 11 Jul 2007 23:45 GMT | 3 |
One of my clients want to have a title fee calculator on their website, like this: http://www.firstfederaltitle.com/calcindex.php Do you know of any 3rd party solutions or things I can use with ASP.NET to create this?
|
| Locking textbox, labels | 11 Jul 2007 23:42 GMT | 1 |
How can I lock textbox and labels ??? Inside Visual Studio 2005 doesnt work LOCKED property ... When I run the page, it appears with the objects disorderd.. or not on there its own place....
|
| asp.net 2 drop down list and a selected saved value | 11 Jul 2007 23:42 GMT | 2 |
if i have a drop down list which i pull its values from DB i want the DDL to point to the selectedIdex that was saved in a db. how can i do this? thnaks in advance peleg
|
| Validate multiple Panels | 11 Jul 2007 23:22 GMT | 4 |
I have a form that i've split up into multiple asp:panels, each panel has a number of validators which work correctly. At on the last panel, i want to commit the data collected to a database. I figured since all the panel data is still being sent
|
| Specifying UpdateParameters for ObjectDataSource bound to GridView | 11 Jul 2007 21:59 GMT | 1 |
Can anyone tell me now to specify the Update Parameters for an ObjectDataSource bound to a GridView. From what I've read in the documentation, the Update Parameters are automatically derived from the DataSet bound to the GridView. This is a problem because I don't
|
| add results to dataset | 11 Jul 2007 21:34 GMT | 10 |
Ok, I hit a wall and I'm stuck. I have a web form that has a textbox were the user can enter in 1 to many usernames, then the user has to validate the user to make sure the user exists. I have a stored procedure that can only take one username at a time, so I need to keep calling ...
|
| jpeg from database to file | 11 Jul 2007 21:14 GMT | 4 |
Hi. I have an asp.net 1.1 application that I need to retrieve a jpeg image from a database and write that to the local (not client's) file system. What I'm doing is a club login page, and each club can have a logo
|
| Problem sending PDF as stream using iTextSharp | 11 Jul 2007 21:12 GMT | 5 |
I have no problem writing PDF file to hard drive on the fly with iTextSharp, but have had no luck in sending PDF as a stream in my asp.net web application. I am simply copying the example at
|
| q; Keeping Credit Card in the database | 11 Jul 2007 20:49 GMT | 4 |
Keeping Credit Card in the database: If I am going to keep credit card information in the database, what process and procedure I need to pay attention so that I would not be in trouble because of security in web application, database, and in the building that
|
| Manipulating DIV from UserControl | 11 Jul 2007 20:35 GMT | 2 |
I have a user control that is embedded into a <DIV> tag in my aspx page. The div tags visibility is set to true from the page when the user clicks on an image. There is a user control within the div and I would like to hide (set the visibility) the div once the user selects a ...
|
| SMTP Emailing with CDOSYS | 11 Jul 2007 20:24 GMT | 2 |
I'm use to using the old CDONTS for relaying email forms with ASP pages but now the Webhost does not support it and I have to use CDOSYS. Do I have to convert all my pages to ASPX in order to use CDOSYS or can I still use the ASP extension and still be able to relay SMTP emails? ...
|
| Setting up a Load Balanced Web Farm | 11 Jul 2007 20:20 GMT | 2 |
My employer has need to setup a Load Balanced Web Farm for some mission critical ASP.NET Web Services and I was wondering if the only way to accomplish this was to purchase Microsoft's ISA Server 2006 since that's the only reference I have found on Microsoft's site in regards to ...
|
| window.open & RegisterClientScriptBlock | 11 Jul 2007 19:29 GMT | 3 |
I try to open a new Window in code behind with : ClientScript.RegisterClientScriptBlock(this.GetType(), "MyOpenScript", "window.open('toto.doc');", true); My problem is that the new window is created but it disappears immediatly
|