| Thread | Last Post | Replies |
|
| Page.ClientScript question about Javascript | 22 Jan 2007 22:29 GMT | 3 |
Newbie question: Why use Page.ClientScript.RegisterClientScript* when we can just make a .js file and include a reference to it in the page? (i.e. <script src="myscript.js" type="text/javascript"></script>) Is it because RegisterClientScript* enables us to reference ...
|
| Appending Text To <%# Eval("...") %> In HTML? | 22 Jan 2007 21:45 GMT | 2 |
Duh. I tried several syntactical character combinations but I can't seem to figure out the syntax to extend the use of <%# Eval("...") %> when used inline as a ToolTip so as to append pre-fixed and post-fixed text with the
|
| bypass open/save/cancel dialog box | 22 Jan 2007 21:36 GMT | 5 |
how can I bypass the open/save/cancel dialog box and have the document requested open directly in the application associated with the file type ?
|
| Browsercaps | 22 Jan 2007 19:38 GMT | 3 |
Someone knows where I can find a good explanation about browsercaps? I want Firefox to as an up-level browser. The default rendering is bad with Firefox when using ASp.NET.
|
| Populate Excell Sheet using ASP.NET/VB.NET | 22 Jan 2007 19:35 GMT | 2 |
I have an Excel sheet that I want to be able to make changes to it using ASP/VB.NET (like updating cells values and maybe formulas). Once it's done; I want to save it and then launch the changed file to the user.
|
| Authentication: multiple auth types for one site | 22 Jan 2007 18:50 GMT | 2 |
I'm looking for feedback on an authentication solution we are considering for an ASP.NET 2.0 project. The site will be accessed by both internal users who are logged into the Windows domain, and external (business partner) users via the
|
| .XSDs using Stored Procedures | 22 Jan 2007 17:28 GMT | 2 |
With ASP.Net 2.0 applications I am used to accessing data by using a 2.0 dataset and using the dataset wizard to create the tableadapter. I always (until now) have specified creation of embedded SQL instead of Stored Procedures. This always generates a GetData method and then I ...
|
| Session or not | 22 Jan 2007 16:45 GMT | 6 |
1,000 users log in for entering data. Which is the best way to clean up after each user? How do I end a session properly when an explicit logout is not an option? If the user just closes the browser will my IIS clean up
|
| page life cycle problem | 22 Jan 2007 16:36 GMT | 1 |
I have a textbox in a form that saves information to a database. A linkbutton activates a function from the user's click to save the data. A leading string of text is added to the content before saving. I want to retrieve the saved info and have the retrieved data displayed when ...
|
| Problem with firefox | 22 Jan 2007 16:29 GMT | 1 |
Seems i have an error and i cant find a way around it. Using firefox whenever i try to assign the value from a grid to a textbox using: contrTxtName.value =
|
| Forcing a page to postback | 22 Jan 2007 16:08 GMT | 3 |
I suppose the answer to this is staring me in the face but.... How do I programmatically get a page to post back? The actual situation is that I am using an aspx table control and changing the text within a cell. Though the cell text is updadated
|
| Load Event is Raised Twice | 22 Jan 2007 15:42 GMT | 4 |
Can anyone explain why the Load Even is raised twice in the web page? What can be done to avoid it? Thanks, Samuel
|
| Problems with DetailsView and SQLDataSource - changing data source | 22 Jan 2007 15:33 GMT | 1 |
I have a page with a DetailsView control and a SQLDataSource control. The SQLDataSource control is connected to an Access database. Everything works fine. Now I want to change the back end database from Access to SQL Server. So I go in to the SQLDataSource and modify it to
|
| Enumeration - How to do this? | 22 Jan 2007 15:25 GMT | 1 |
I am creating a new membership user and the status variable is an enumeration which can assume various values: MembershipCreateStatus.Success, MembershipCreateStatus.DuplicateEmail, etc.
|
| Repeater and Index Value | 22 Jan 2007 15:02 GMT | 5 |
I use a repeater that displays images. I need to add dynamically a jscript function on each image that use the index value of the repeater <asp:Repeater ID="ph" runat="server" DataSourceID="myDataSource">
|