| Thread | Last Post | Replies |
|
| Newbie : aspx and javascript | 30 Nov 2006 23:30 GMT | 1 |
Is it possible to call an aspx page from an html page (via javascript) and get some return value from the aspx? I want to get a string from the aspx and add it to a div, something like : myDiv.innerHTML += returnValueFromAspx;
|
| how to render a graphic and other objects in the same page? | 30 Nov 2006 22:37 GMT | 4 |
I try to create and render a graphic among other objects like e.g. tables, labels, buttons. The tables are not a problem, neither the graphic. My problem is that i can't render both together. With the code below, i only
|
| Custom Provider. Please, need some help. | 30 Nov 2006 22:35 GMT | 1 |
I created 2 related SQL tables (Content and ContentLocalized) and a few queries: Add (Add one record to both tables) Remove (Remove one record from ContentLocalized given an ID)
|
| Add Images in BoundColumn when Sorted | 30 Nov 2006 20:55 GMT | 1 |
I would like to add arrow images along with the HeaderText of each BoundColumn of a DataGrid when the DataGrid gets sorted. Is there any way to do this?
|
| file not rendered because too many cookies | 30 Nov 2006 20:01 GMT | 6 |
Not sure it's a asp.net problem, but i discovered it with asp.net, so ... I need to pass data from page to another, so i use cookies for that. My problem is that when a certain amount of cookies are created, the browser doesn't render the page anymore. The threshold i found (with ...
|
| Help with listboxes | 30 Nov 2006 19:42 GMT | 3 |
I am creating a web page using c# and asp.net. I am trying to populate a list box by reading text from a file. The text in the file has leading spaces in order to show a hierarchy of the items. I would like this formatting to show up in the listbox, but
|
| Testing Without A Sub-Folder | 30 Nov 2006 18:58 GMT | 3 |
I have created an ASP.NET application and would like to test it within a subfolder on my main site (i.e. www.site.com/test). In my code I have many references to root (i.e. "~/About/about.aspx"). Now when running via the sub-folder, I get lots of errors saying it cannot find
|
| Legacy ADODB.Stream and System.IO.Filestream | 30 Nov 2006 18:33 GMT | 2 |
I have an older CRM Web application, that we are not going to change to .net that makes use of the ADODB object to load images into a SQL database (varbinary) field. I am rewriting an application in .NET that retrieves these images. I
|
| help needed | 30 Nov 2006 18:33 GMT | 1 |
hello all... i did one coding to bind an image in the datagrid but the problem is that it binds every image control with the last image in the dataset...actually i am
|
| HOW TO get innerText from IFrame in C# (server-side)? | 30 Nov 2006 17:28 GMT | 1 |
Hi, is there some posibility how to read inner text from IFRAME on server-side ? I've tested it with innerText and InnerHtml but it doesnt work
|
| javascript fails | 30 Nov 2006 16:06 GMT | 1 |
If my question is off this group, please point me in the right direction. Here goes: My scipt fails between alert-2 and alert-3 with
|
| Master Pages help please | 30 Nov 2006 16:02 GMT | 1 |
I created my site with absolute positioning of controls. Upon suggestions from a good friend of mine I am trying to move my site to Relative positioning, but having problems All my problems are related to control positioning only
|
| Formatting numbers and page reload | 30 Nov 2006 15:11 GMT | 1 |
The following code works well: If Not Double.Parse(Me.txtTilslutning.Text) Then Me.txtTilslutning.ForeColor = Drawing.Color.Red Else
|
| ASP.NET 2.0 Treeview No Postback? | 30 Nov 2006 14:35 GMT | 8 |
I have a form that displays hierarchical categories in a treeview. Ok so far so good. What I was to do is have users be able to select a node in the treeview as part of filling out the form. I only want to allow single selection, so using checkboxes is out of the question. ...
|
| Text Alignment in DataGrid Edit TextBox | 30 Nov 2006 14:28 GMT | 6 |
When the EditCommandColumn in a DataGrid is clicked, all the BoundColumns get replaced by TextBoxes so that users can alter the data. By default, the Text in the TextBoxes are left-aligned. Is there any way by which the Text in some of the TextBoxes, not all, be
|