| Thread | Last Post | Replies |
|
| .Net 2.0 Client Callback & SVG | 19 Jan 2006 18:14 GMT | 2 |
My app uses the navigation tree and client callback. It works fine until one of my iframe try to post to a page uses SVG on it. It flicks like crazy. Anyone knows how to deal with it? Thanks
|
| asp.net 2.0 question | 19 Jan 2006 17:55 GMT | 2 |
I'm creating a web app in .net 2005, on the form I allow users to do a search based on the information they selected, then click a button then a grid is populated. So my question is the person that i'm creating this app for wants no code behind, so how can I have the button ...
|
| New Install v2.0 - Error w/ Simple ASPX (System Logon failure) | 19 Jan 2006 17:24 GMT | 2 |
I've installed ASP.NET onto our web server (Win2k/unsure of IIS version) this morning. I created a simple ASPX page in Notepad that writes out an asp:Label control to the page and dynamically populates it with the current date/time.
|
| BC30554: 'commoncontrols_searchlist' is ambiguous. | 19 Jan 2006 17:20 GMT | 1 |
This is really weird, I have a project with a few hundred pages and usercontrols, the project has been working for a couple of weeks now and I went to make some changes in my localhost, when hitting the site I got an error in one page saying it could
|
| Help : Bind control based on selection of others ???? | 19 Jan 2006 17:11 GMT | 1 |
I have an ASP 1.1 application on which my user can filled some selection querry field like : ProductCatergorys (DropDownlist box) Product names (DropDownList)
|
| Need sender's ID from object source | 19 Jan 2006 17:03 GMT | 2 |
I'm sorting a datagrid but only using one column. This column's header has several linkbuttons. When sortcommand is called I'm not able to see which of the linkbuttons has been clicked? I've tried getting this data from
|
| <a> Tag Problem. | 19 Jan 2006 16:37 GMT | 4 |
I need to display various links side by side and I have the code: <div> <a href="...">Link1</a><a href="...">Link2</a> ... </div>
|
| Maximum request length exceeded. | 19 Jan 2006 16:27 GMT | 2 |
I'm experimenting with an upload file page. I have a few HtmlInputFile on it. While testing it, I selected a 12MBfile, click "upload". I was think I am safe as (at last in the code) I don't upload file bigger
|
| Assembly does not allow partially trusted callers | 19 Jan 2006 16:26 GMT | 4 |
I developed on a Win2K3 Server with VS 2005 Published a web app to my local drive. Copied that folder to a Win2K3 Server. Configured a new virtual directory
|
| PreInit event in usercontrol | 19 Jan 2006 16:18 GMT | 9 |
I have a user control that in turn creates a bunch of webcontrols dynamically and handles the events these webcontrols raise. It used to work fine on ASP .Net 1.1 but when compiled on 2.0 it does not. The problem is that the webcontrols get created on the OnLoad event of the ...
|
| Dealing with Master Page Shortcomings | 19 Jan 2006 15:57 GMT | 9 |
Has anyone found useful tutorials on how to deal with the shortcomings of master pages, specifically, the fact that they don't handle HTML file references when used to create web pages anywhere other than the root folder of a website? I'm familiar with using the runat="server" ...
|
| Cookieless Session Link, Cause of Session State Problem? | 19 Jan 2006 15:53 GMT | 1 |
We had a problem where people were getting each other's session variables. I'd set session("id")=502 for user A and then when user B would log on, set their's to session("id")=503. Each time the user would click, the session variables would get swapped. I know this is
|
| Help on binding controls based on result of others ???? | 19 Jan 2006 15:19 GMT | 3 |
I have an asp 1.1 page on which I have place a dropdownlist and different text box It is a kind of information filled by my user similar as Country, area, telephon etc...
|
| Databinder.eval( ) mystification | 19 Jan 2006 15:02 GMT | 4 |
a general question... I'm a bit mystified by Databinder.eval(object, Colname, [format]) if controls can be bound to their individual data sources within the load event of the page...
|
| How to update dataset from database automatically via Visual Data Designer | 19 Jan 2006 15:02 GMT | 1 |
I used Visual Data Designer to design dataset based on table from SQL database. I made a change to database (increased length of some columns) but my dataset is still the same. Any way to update dataset in designer with new values without recreating it?
|