| Thread | Last Post | Replies |
|
| Unable to retrieve the user sid from context. | 27 Aug 2007 15:59 GMT | 3 |
I have a code snippet C# when executed gives the following exception on IE. ___________________________________________________________________ Unable to retrieve the user sid from context. This is typically caused
|
| Doubt connections | 27 Aug 2007 15:36 GMT | 1 |
Hi, if the customer choose access (mdb) I have to use OleDbConnection, OleDbCommand classes, etc... etc, but if the customer chooses Sql Server as database I have to use SqlConnection, SqlDataReader, etc... Do you know any pieces of code / classes wich gives to me the flexibility ...
|
| GridView with DataTable as data source and RowDataBound | 27 Aug 2007 14:46 GMT | 2 |
I'm using a GridView with its DataSource property set to a DataTable. During the RowDataBound event, the first row of the DataTable is reported as a DataControlRowType.Header instead of DataControlRowType.DataRow. How do I change this behavior?
|
| Interactive web page archiving app: need guidance | 27 Aug 2007 13:55 GMT | 5 |
I need some guidance regarding the best way to build an app for archiving web page content via an interactive browse session. I have a fair bit of experience building ASP.NET apps using VS.NET 2005/2008 and almost no experience building Windows forms apps, which is what this may ...
|
| Conversion of Usercontrol from VB.Net to C# | 27 Aug 2007 13:44 GMT | 9 |
My client is requiring me to convert an existing web app from VB.Net to C# to become more inline with their existing codebase. I am running into a problem when converting a usercontrol, basically the usercontrol has a property which is set by the hosting page, to indicate
|
| ASP.NET "Remember Me" check box | 27 Aug 2007 13:24 GMT | 1 |
I'm using the ASP.NET membership model in my site and everything works perfectly, locally. However when I uploaded my site (To my host which is GoDaddy), and ran it remotely the "Remember Me" check box was not working *at all*.
|
| Faster and more efficient ways to copy website content from VS.NET interface (besides the "Copy Website" tool?) | 27 Aug 2007 10:52 GMT | 4 |
Using VS.NET I am wondering what methods developers use to deploy ASP.NET website content to a remote server, either using FTP or network file copy. Ideally there would be a one-button or one-key-chord way to upload a single file or a single site.
|
| Cannot get IIS pickup directory | 27 Aug 2007 09:23 GMT | 1 |
I'm using this code to generate emails and it's working in my machine: // Create the mail message MailMessage objMailMsg = new MailMessage(strFrom, strTo); objMailMsg.BodyEncoding = Encoding.UTF8;
|
| Dynamically add row to a table | 27 Aug 2007 09:19 GMT | 3 |
I am new to asp.net, and I have a .Net 2.0 webpage with Ajax extensions that I am working on, on one page I have to maintain a table of edit controls. When the page is first opened up, it should have one row with an edit control in it, and an add button. When the user presses the ...
|
| Repeater in Panel | 27 Aug 2007 08:22 GMT | 7 |
I have a situation where I have a repeater within and ASP Panel on my page. If the repeater contains no items, then I don't need to show the panel, however if it does then I do. I tried the following in the page load event:
|
| How to show the UpdateProgress contents at the center of monitor by using only CSS | 27 Aug 2007 04:02 GMT | 3 |
I have the following code to show the UpdateProgress contents at the center of page: <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1"
|
| Best way for app to determine what server it is on and customize config info? | 27 Aug 2007 02:59 GMT | 3 |
I would like to be able to move my ASP.NET applications to any of a number of servers without changing code. My apps do a lot of disk I/O and in some cases I might be specifying absoute drive mappings for whatever bad reason. This will break if apps are
|
| SQL Membership Provider Problem | 27 Aug 2007 02:41 GMT | 6 |
My ASP.Net application, that uses the SQL Membership Provider, runs fine on my development box (server2003) as long as I use the standard provider. But, in anticipation of deployment to other servers I am attempting to register another provider instance.
|
| Y-Position of Element on Web Page | 26 Aug 2007 21:45 GMT | 5 |
How can I get the Y-Position ( Vertical ) of an Control via JavaScript from the top of the Window. I have tried the following script but no luck I keep on getting 15 function getY( oElement )
|
| Gridview BoundField DataFormatString question | 26 Aug 2007 19:32 GMT | 2 |
Using ASP.NET 2.0, is there a way to replace the first 5 bytes of a GridView columns BoundField Datafield using DataFormatString e.g. change the display of an ssn value from "031121234" to "*****1234" Sal
|