| Thread | Last Post | Replies |
|
| Ranking ? | 12 Oct 2007 17:47 GMT | 5 |
Hi, I need to create a ranking column wich will be the row number... it is the seller wich most sells... Ranking Seller Sum 1 Paul 2.212,00
|
| User name and password to activate buttons and hyperlinks on website | 12 Oct 2007 17:19 GMT | 4 |
I would like to add a password and user name to my website. If the username and password is correct than activate the hyperlinks and buttons. Could you please share some code how how to achieve this? I have
|
| redeaing pdf file | 12 Oct 2007 17:12 GMT | 7 |
i want to read pdf file and extract file without any component in .net if it is possible the please tell me
 Signature Message posted via DotNetMonster.com
|
| Closing a database connection | 12 Oct 2007 17:11 GMT | 2 |
Hello, in the below, would the connection on dbCommand be automatically closed once the code has left the using statement or is it better that I close it? using (DbCommand dbComm = db.GetStoredProcCommand("Es"))
|
| RSS Feed/Reader | 12 Oct 2007 16:41 GMT | 4 |
RSS Feed/Reader I need design a web page that can read RSS feeds as it is implemented in “My Yahoo” page, is there any sample example available for these type of web application?
|
| Show XML data | 12 Oct 2007 16:39 GMT | 7 |
All, I'm using the following code in a blank page: public void Page_Load(object sender, EventArgs e) {
|
| Webform - threaded webservice | 12 Oct 2007 16:31 GMT | 1 |
I am currently developing a webform that calls a webservice that triggers a long running process. What I am doing is executing the web service on it's own thread and reloading the page every 15 seconds with the thread triggering a sub once it
|
| Image | 12 Oct 2007 16:24 GMT | 6 |
I need to display a ranking using starts. 1 to 5. Can I create a single star image and then create, at runtime, the ranking image for each record using 1 to 5 stars? How can I do this?
|
| immediate window just showing {...} | 12 Oct 2007 16:21 GMT | 1 |
hey all, i'm the immediate window debugging my javascript and got the following: ?list {...}
|
| DataGrid - Dataset | 12 Oct 2007 15:49 GMT | 14 |
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) [connection object creation] Dim sSQL As String = "SELECT * FROM tPlayers" Dim myAdapter As OleDbDataAdapter = New
|
| Array as a datasource | 12 Oct 2007 14:54 GMT | 8 |
I have a FormView that has several columns from a database that need to pick (using DropDownList) from a static set of values and text as shown below: value="" text = "" value="n/a" text="n/a"
|
| Looking for simple nested gridview example | 12 Oct 2007 14:33 GMT | 3 |
I'm looking for a very simple nested grid view example. Also I have been creating tables instead of using gridview for complex tasks or just spitting out html from code. Do you recommend using nested gridviews?
|
| what event do i use? | 12 Oct 2007 13:40 GMT | 2 |
hey all, i have a gridview on my web page. when i click to select a row and then click edit to go into edit mode, as soon as i'm in edit mode i need to run a javascript function. what's the best way to attach my function?
|
| forcing new page in Stringbuilder | 12 Oct 2007 12:39 GMT | 2 |
I am creating a batch of invoices via the StringBuilder object and then trying to print them all out, but I need to separate them so that they all print on separate pages. Is there some HTML that I can use to force a new page?
|
| CSS styles and images not applied on login page | 12 Oct 2007 12:35 GMT | 4 |
I have created ASP.NET application with forms authentication (Login.aspx). The problem is that although Login.aspx contains CSS styles and JPEG/GIF images, usually the styles are not applied and images are not displayed. I mean, if I run application from Visual Studio at about ...
|