| Thread | Last Post | Replies |
|
| MySQL Concat with dataset | 23 Jun 2006 13:54 GMT | 1 |
Usually when pulling a dataset from a DB I get the headers too, so i can databind DataValueField and DataTextField etc. But I am trying the below query: SELECT CONCAT(firstname,' ',lastname) as name FROM authentication.users
|
| Text to speech (TTS) application on web server | 23 Jun 2006 13:45 GMT | 2 |
Hi.All I'm working on a TTS application. It runs on my local pc (WindowXP pro) without any error. Microsoft Visual Studio .NET 2003, Microsoft .NET Framework SDK v1.1,
|
| Insert record using Gridview Footer | 23 Jun 2006 13:35 GMT | 1 |
I have a textbox in the Footer of a Gridview. When I run an insert command I get the following error: " Object reference not set to an instance of an object.
|
| Create PDF from rendered HTML | 23 Jun 2006 13:27 GMT | 2 |
I have a report that opens as an ASP.net webform. I need to take this output and create a PDF from it. Has anyone attempted this? I originally planned to override the Render method of the page and get the HTML that way. But I'm not sure on how to proceed. ;)
|
| hi | 23 Jun 2006 13:21 GMT | 1 |
I would like to make a label work like a progress bar. I.e I want to change its color bit by bit . Is it possible. If so how. Regards, Sunil
|
| does 'Finally' always run in a try catch statement? | 23 Jun 2006 12:50 GMT | 2 |
I have the following Try, Catch, Finally block... Dim objConn As SqlConnection = New SqlConnection(ConfigurationSettings. AppSettings("conn")) objConn.Open()
|
| formatted date in grid view? | 23 Jun 2006 12:09 GMT | 2 |
In .NET 1.1 I could have a column bound with date/time fields.. then say the format of it was this {0:MMM d,yyyy h:mm tt} and it would display in this format Jan 1, 2006 2:03 PM
|
| How can i start mobile programming > | 23 Jun 2006 12:02 GMT | 2 |
I am new to mobile programming and i want to know what are the steps i have to follow to start mobile programming. I have got .Net SDK , IIS 5.0 and Nokia 6600
|
| Smart Client | 23 Jun 2006 11:37 GMT | 7 |
Sorry, newbie, learning my way around ... I understand that ASP.Net is built on the assumption that the client does not run the .net framework, and that when you can assume that the client does run the framework, you should go the smart client way.
|
| "_pendingCallbacks[...].async is ,ull or not an object | 23 Jun 2006 11:05 GMT | 2 |
I'm using client callback. Everything seems to work exept that i get this error line 164: "_pendingCallbacks[...].async is ,ull or not an object".
|
| need help | 23 Jun 2006 11:00 GMT | 1 |
hi to all . i am fresher in ASP.NET and i had done almost about my project. but now i am unable to deal with admin login . i am having a table named "login" and 3 fields "username","password and type of
|
| 2.0 Server Control running in a 1.x app? | 23 Jun 2006 09:17 GMT | 2 |
Hello all -- I have a simple question. Is it possible for a custom server control that was developed using the .NET Framework 2.0 to be dropped into a 1.x web application (i.e. take the 2.0 assembly, add it as a reference to a 1.x
|
| worker thread - how to? | 23 Jun 2006 08:57 GMT | 6 |
Hi; I need to have a worker thread that awakens every 15 minutes and then sends some emails (sometimes). 1) What is the best way to set up the worker thread?
|
| how to pass more than one value with client callback? | 23 Jun 2006 07:37 GMT | 2 |
I have to pass a lot of variables from vb.net to javascript using client callback. the problem is that there are single variables, but also arrays with differents indexes. I have two questions:
|
| SSI to get the name of client computer? | 23 Jun 2006 07:30 GMT | 2 |
Does it exist a way (SSI) to get the netbios-name of the clientcomputer? Thanks Bert
|