| Thread | Last Post | Replies |
|
| Ampersand in querystring | 16 Dec 2006 19:44 GMT | 1 |
I Googled this topic and everyone says to use Server.UrlEncode. No sweat - I did that. Still doesn't work right though! Could use some advice.
|
| MultiView | 16 Dec 2006 13:43 GMT | 3 |
Can a multiview be controlled manually from the screen?
|
| Some SQL question.. | 16 Dec 2006 10:53 GMT | 4 |
Im sorry to post and sql question in the asp.net forum but just wanted to know Whats the difference between sql Functions and Procedures? This is one of the simple question which is common interview question.
|
| Using Java Applets | 16 Dec 2006 10:49 GMT | 5 |
I am using a java applet. When I run the page, the graph shows. The problem that I am having is trying to figure out a way to programmically provide the xml file name: <param name="initialXmlFile" value="20061127.xml" />
|
| how to enable payment gateway in a ASPX page | 16 Dec 2006 10:46 GMT | 2 |
I wanank now how u enable a payment gateway for credit card confirmation from aspx page we make in shopping cart sites
|
| Property in Master Page | 16 Dec 2006 00:31 GMT | 1 |
I created a property in my master page and I want to expose a panel to the page which uses this master: Private _Center As Panel Public Property Center() As Panel
|
| Custom Validation Summary Problem | 15 Dec 2006 22:21 GMT | 4 |
I can't get the CustomValidator (CV) ErrorMessage to display in the ValidationSummary. On the same page I have several RequiredField Validators and a Range Validator, that all work just fine, that is,
|
| run asp in frames | 15 Dec 2006 21:10 GMT | 1 |
I created an asp.net 2.0 application that uses session variables and a query string to run. The application is called from several different web site an always works fine when thier link opens the main page in a new window or same window. I have a client who has developed thier
|
| attach regularexpressionvalidator to a textbox base on dropdownlist selected item? | 15 Dec 2006 21:03 GMT | 1 |
Hi, all Is there a way to dynamically attach a regularexpressionvalidator to a textbox base on dropdownlist selected item? Let's say I have a dropdownlist list all contact type - phone, cell,
|
| PDF with ASP.NET 2.0 Help | 15 Dec 2006 20:35 GMT | 3 |
I have a ASP.NET 2.0 website that allows a user to select a PDF that opens in another window...when it opens they can edit the text fields within the PDF. I have a button on the PDF and when clicked, I'd like to capture that data and write it back to SQL Server.
|
| Image binding | 15 Dec 2006 19:43 GMT | 2 |
I'm trying to bind (display) a SQL column to an <asp:image control. I was under the impression that this could be achieved my pointing the ImageURL to the databound column but it doesn't seem to work. If I view the page source I can see that the ImageURL property has the value
|
| embarassing question... | 15 Dec 2006 19:36 GMT | 2 |
I want to do a POST submission using Ajax. In javascript on the client side I need to encodeURIcomponent on my variable pairs... xmlHttp.setRequestHeader("Content-Type",
|
| User Control. How is this done? | 15 Dec 2006 18:16 GMT | 5 |
I have been trying to add a user control at runtime to a page: Dim myUserControl As Control = LoadControl("MyUserControl.ascx") The problem is this does not give me access to the user control properties. So I tried the following:
|
| mutually exclusive check box extender | 15 Dec 2006 17:46 GMT | 2 |
Hi Can any one suggest me how to access the mutually exclusive check box extender in a table of 7 rows by 14 columns. Only one can be selected in each row. Other than checking each one with if condition is there any other way( for example by using their keys or something).
|
| publish web website got compilor error CS0433 for master page | 15 Dec 2006 17:11 GMT | 3 |
I crate a new asp.net 2.0 web site using Visual Studio 2005. It run fine in visual studio. I then click Build > Publish Website to build the dll and copy them to the IIS virtual directory along with all the .aspx files. I run the application in IIS and got the following error:
|