| Thread | Last Post | Replies |
|
| Continuously scrolling gridview | 30 Jun 2007 05:51 GMT | 1 |
I want to take a control like the gridview, limiting it to show 5 rows at a time. The source for it has 20 rows of data. I would like the gridview to continously show them, so that every second the "oldest" row leaves and the next roll comes in. Sort of like the stock ticker ...
|
| How to download file | 30 Jun 2007 03:48 GMT | 1 |
When I make a link like this on my page... http://www.domain.com/file1.smp I get "page not displayed". The extension SMP is not a typical extension. It needs to launch a local application. Similar to the way a DOC extension
|
| Do you want an MCSD certification?? | 29 Jun 2007 23:06 GMT | 3 |
Find never ending resources for MCSD certification assistance. You can even get Questions with their answers free of cost. This is a must see... http://www.it-techexperts.com/MCSD/MCSD04.asp
|
| Sticking the column names in the middle of a datagrid. | 29 Jun 2007 23:05 GMT | 1 |
I have a datagrid that get's longer than a page so when people scroll it, the don't remember what the fields are. But they want all of the records on the screen so that they can have IE do a find on the records. So I was thinking of shoving the column headers in every x rows ( ...
|
| How to read an SSL stream in classic ASP? | 29 Jun 2007 21:57 GMT | 5 |
I have successfully retrieved data through SSL channel in my ASP.NET application. I followed the trick Jan provided on his blog: http://weblogs.asp.net/jan/archive/2003/12/04/41154.aspx Now, I am wondering if we could read from a secure socket in classic
|
| connection string. | 29 Jun 2007 21:24 GMT | 1 |
How can I create a connection string in my web config file. If I create dataset it automatically appars in web config file but what if I don't create dataseta nd just want to create database into amy asp.net application and create a connection string.
|
| Web Form DataGrid not displaying - please help me!!! | 29 Jun 2007 20:32 GMT | 3 |
This is weird, please help. Its probably very simple but I'm stuck! I have populated a dataset with some data from a session variable: Dim dsTables As DataSet = Session("soLookupTables") And now I am trying to display it to a DataGrid widget using the
|
| Unicode characters error when save | 29 Jun 2007 19:59 GMT | 2 |
In Visual Studio 2005... When I'm saving an HTML file it gives me this message: "Some Unicode characters in this file could not be saved in the current codepage. Do you want to resave this file as Unicode in order to maintain
|
| creating my own TextBox | 29 Jun 2007 17:57 GMT | 4 |
I am adding some functionality to HtmlInputText so i derived my class from it. The problem is when i switch page to desing mode the VS shows an error and do not render control.
|
| Regular Expression to enforce format? | 29 Jun 2007 17:14 GMT | 3 |
I have an asp.net textbox and I want to enforce that the user inputs values in the following format 1498159\102 How can I do this using a Regular Expression or otherwise? Any advice appreciated.
|
| Allow the user to select a folder | 29 Jun 2007 17:01 GMT | 2 |
I have a requirement, where the user has to select a folder and all the files in that folder have to be imported to my databse. To acheive this i need a control which enables the user to select only a "FOLDER", and does not expect the user to select a file.
|
| Escape Sequence | 29 Jun 2007 16:40 GMT | 1 |
I have a label where I set the text to "Input value in format xxxx\xx" This gets rendered as "Input value in format xxxx\\xx" I have tried to set the text in the codebehind and use an escape sequence. What am I doing wrong?
|
| how to trap carriage return | 29 Jun 2007 16:34 GMT | 1 |
I have a couple of text boxes that the user keeps hitting return after entering their data. I don't want a submit. I'd like the return to be trapped, and then cause a tab to the next control. How is this done?
|
| Rendering using XML and XSLT | 29 Jun 2007 16:18 GMT | 1 |
We are evaluating the process of rendering controls using XML and XSLT in .Net 2.0 Questions 1. Is there an article which describes the pros and cons and how to go about
|
| Content-Type="Application/pdf" & Byte[] | 29 Jun 2007 15:41 GMT | 5 |
I call a web service method that returns an array of bytes. This array is a PDF document and I would like to display this array as pdf document within the browser. So I wrote this code, but I don't get my pdf
|