| Thread | Last Post | Replies |
|
| RadioButtonList | 06 Aug 2007 16:26 GMT | 3 |
How can I get the buttons to appear on the same line as the question? No matter what I do buttons appear on the NEXT line. Are you at least 18 years of age? <asp:RadioButtonList id="Eighteen"
|
| Check box | 06 Aug 2007 15:13 GMT | 5 |
Hello can someone assist me... I've added two check boxes to my page <asp:CheckBox ID="ChkYes" runat="server" Text="Yes" /><br /> <asp:CheckBox ID="ChkNo" runat="server" Text="No" /
|
| Large IIS vs ASP.NET page render time diff? | 06 Aug 2007 14:35 GMT | 1 |
I have an asp.net web app, hitting a report type page that brings back a large response size, about 2 megs. The inclusive round trip times are below, any ideas why asp.net finishes in 3 secs while it takes around 18 for IIS?
|
| Why Does Page.IsPostBack Fire More Than Once When Using Firefox? | 06 Aug 2007 14:23 GMT | 2 |
This is causing us a lot of pain right now. Does anyone know why this happens and, more importantly, how to fix it? TIA JP
|
| newbie SQL Server 2005 connection question | 06 Aug 2007 12:28 GMT | 1 |
i have a SQL Server instance running on a server. i have an ASP.NET application running locally on my dev machine. in my app's web.config i have this connection string: <add key="connStr" value="server=MYSERVER; database=MyDb;
|
| What is my website name | 06 Aug 2007 11:57 GMT | 15 |
I am looking for a property in the page object that would return something like "http://localhost:1530/myapp" What property should I look for?
|
| Asp.Net Tips & Tricks | 06 Aug 2007 11:55 GMT | 1 |
check http://aspnet-tips-tricks.blogspot.com/ for tips and tricks and if u konw more site for asp.net please help me. Thanks
|
| Formview and external data | 06 Aug 2007 08:14 GMT | 1 |
I am having trouble figuring out how to include Hidden Field or a TextBox value when I am editing in the FormView Edit Item Template into the Update Query. They are both located in the EditItemTemplate of the Formview. The value is grabbed using a function
|
| url parms | 06 Aug 2007 06:10 GMT | 2 |
hey all, you know how you can pass parms thru the url (like http://my.site.com/test.aspx?id=1 is there a way to encrypt the id number?
|
| GridView and Edit of current row | 06 Aug 2007 05:36 GMT | 1 |
I have a GridView with an edit button. When the user clicks 'Edit', I want to display the information in a form and allow the user to edit the information. I have a RowCommand event in which I take the data from the row and update form controls. How do I know in the RowCommand ...
|
| problem with .aspx code | 06 Aug 2007 05:16 GMT | 4 |
I have a form that has 6 Textboxes to enter data and a button to write the data to my Access database which resides on the same server as my website. It's an .aspx page. I find no errors except the 3rd and 4th
|
| label displays in 2 lines | 06 Aug 2007 04:58 GMT | 1 |
I use formview control, i placed a label called phone no in the table column. The cell got enought space to hold all value of phone no. But what happens if ther is any space in the phone number it splitted into 2. i cant figure out this problem. is it bug in the vs.net 2005 and ...
|
| URL Rewriting and file paths | 06 Aug 2007 02:16 GMT | 8 |
I'm having trouble with URL rewriting using HttpApplication.Context.RewritePath in a web application I've created. Everything works, but the links (css, images) in the pages break when I do a URL rewrite.
|
| Uploading MS Word Documents | 06 Aug 2007 02:00 GMT | 2 |
I'm developing an app to upload MS word documents where I will store them in a varbinary to do full text searching on. My first question is: How can I verify that the uploaded file is a valid MS Word Document
|
| How to show lookup text in asp.net | 05 Aug 2007 19:55 GMT | 2 |
I'm newbie to asp.net now i can use gridview to show data from sqldatasource. But I wonder How to show lookup field data. like
|