| Thread | Last Post | Replies |
|
| Beta to offical | 27 Oct 2005 10:32 GMT | 1 |
Currently using VS 2003 on .Net 1.1 and I currently don’t have SQL Server (I know its cheap) Sitting on my desk is VS 2005 beta 2 and SQL 2005 beta 2. I am starting a brand new website and I really want to use the Community
|
| Authorization | 27 Oct 2005 10:06 GMT | 2 |
I have a single web page and associated PDF that I need to protect within a larger web site. What is the easiest way to do that. Go gain access, users will go to a page and enter a password. This is for a promotion that we are doing and I don't need to assign or track usernames. ...
|
| Cross Page posting problems asp.net 2.0 | 27 Oct 2005 09:57 GMT | 5 |
I am trying to get to a label control to get its Text value. from a previous page. The label control is buried in a Web User Control that is in a webpart zone. When I use this code:
|
| Forms Authentication | 27 Oct 2005 09:38 GMT | 2 |
I'm having problems with Forms Authentication in a hosted environment. On our in house server and on my development machine everything works correctly However in a hosted environment, when clicking on a link to any exe file in
|
| Right align not working in Datagrid | 27 Oct 2005 09:28 GMT | 2 |
I can't seem to get my cells in my Datagrid to right justify for my money fields. I have set up my template tag as: <asp:TemplateColumn Visible="true" HeaderText="Unit Price:"
|
| Please explain strange viewstate behavior... | 27 Oct 2005 09:01 GMT | 1 |
I am dynamically adding an HtmlInputHidden element with different values. The problem is the first time I add it with a given value and submit it then change the value within the Page_Load event it still has the original value. I am guessing this has something to do with ...
|
| What are Rptproj, rdl and rds files ? | 27 Oct 2005 08:29 GMT | 1 |
We have project files in .Net with the extensions as xxx.rptproj , xxx.rptproj.user, xxx.sln , yyy.rdl, yyy.rdl.data and zzz.rds files I would like to know what are these files and what type of project it is. I
|
| How to handle null values in DataBinder.Eval() | 27 Oct 2005 07:24 GMT | 11 |
in my aspx page I have the followong code: <asp:Repeater id="Repeater1" runat="server"> <ItemTemplate> ...
|
| Recommendation for a DISCUSSION FORUMS components | 27 Oct 2005 06:39 GMT | 2 |
Could you recommend a good discussion forum components for ASP.NET ? Freeware mainly but cheap shareware is good also. Apologies if this is not the correct place to ask. Thanks In Advance
|
| DataGrid: changing the URL format string programmatically | 27 Oct 2005 05:23 GMT | 2 |
Can I do this? I have a condition where I'll need to change the url for a column in the Codebehind. Fishing around in Intellisense hasn't yielded much but it seems I should be able to do this. Anyone? Thanks! Matt
|
| when multiple iframes, problem with IE progress bar display | 27 Oct 2005 02:28 GMT | 7 |
I have a web form let's say 'YYZ.aspx'. It has an iframe in it. When it loads it shows progress bar in IE this way: loading for page then again loading for page in iframe.
|
| Using Checkboxes Within the DataGrid Control to Select Records | 27 Oct 2005 02:26 GMT | 5 |
I have an ASP.NET custom control, which contains a DataGrid with checkboxes. I am trying to figure out how to retrieve the selected records, based on the checkbox's checked state. I want to send the results to a list control on the containing .ASPX page.
|
| using Session with FormsAuthentication | 27 Oct 2005 01:51 GMT | 5 |
Hello; I use in my web application FormsAuthentication. Also I use Session state (InProc). When a user logged in, I can read Session parameters. (For example
|
| Changing selected value of dropdown via Javascript Selectedindexchanged event doesnt fire | 27 Oct 2005 00:12 GMT | 1 |
If I change the selected value of a dropdown server control on client side, is there any way to force the serverside Selectedindexchanged event? (if the user clicks on the dropdown and selects a value, the codebehind event fires, but if the value is changed via javascript, it
|
| HttpWebRequest The operation has timed-out | 26 Oct 2005 22:34 GMT | 1 |
I have an ASP.NET 1.1 app running on Windows XP SP2 that is requesting information from a WebService which works just fine. Another part of the app is doing a server-side post to antoher system using HttpWebRequest. Code as follows:
|