all groups > asp.net > january 2005 > threads for saturday january 1
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Confusing results with CustomValidator and Datagrid controls
Posted by 2obvious at 1/1/2005 11:55:48 PM
Below is a cut-and-paste code example that runs. It demonstrates some
results which confuse me.
It uses a DataGrid to make a table with 12 rows, each containing a
TextBox and a CustomValidator. When a textbox is populated, the
validator should write out the index of the row that triggered it... more >>
Simple problem :/
Posted by Tasiek at 1/1/2005 11:28:16 PM
I have Windows XP profesional and without any SP's. 1 hour ago i install
IIS, after that i install Visual Studio with web services. I try make
project C# -> ASP.NET Web Service and i have error : "Visual Studio .NET has
dedected that the specified Wbe server is not running ASP.NET version 1.1
Yo... more >>
Encoding Question
Posted by Soda at 1/1/2005 10:35:02 PM
I try to write a ASP.Net web application which will post data to other
websites
I'm use NameValueCollection class add(...) method and WebClient class
uploadvalue(...) method to post data to other website. It works fine if
the data is in English, however, when it contain characters in other... more >>
POST operation
Posted by Mark at 1/1/2005 7:46:14 PM
Hi All,
I could do with some assistance...
I am working on an ecommerce site in vb.net (aspx) I have built all my pages
that perform the checkout process and gets to a summary screen where you
check your data prior to making payment. The problem I have is that the
external payment provid... more >>
Persistent Forms Authentication - and Session Variables
Posted by Max at 1/1/2005 1:49:44 PM
Hi All!
I'm doing an ASP.NET project which uses Persistent Forms Authentication
(i.e. once user logged in, they don't have to log in again). However Session
variables are erased after Session has timed out. So I need to re-populate
user specific session variables (such as user email, DOB, F... more >>
Paint a rectangle
Posted by Alberto at 1/1/2005 11:49:18 AM
How can I paint in a web page a rectangle with rounded corners?
Thank you
... more >>
AccessKey and letting the user know
Posted by Andre at 1/1/2005 11:47:02 AM
I've set up the accessKey for my Submit button to 'S'. The usual Windows
method for letting the user know would be to underline the 'S' in Submit on
the button text.
How do I do this in the Text property of the control? I tried &Submit -
didn't work and I couldn't find anything in the help... more >>
coming up with a routine
Posted by Kenny M. at 1/1/2005 9:35:03 AM
hi
I have a DB which receive tickets in secuence 1,2,3,4,5.... I want to
create an routine that can detect if a ticket is missing so I just need to
detect if the secuence is broken (1,2,3,5... 4 is missing)
I want to create a good routine and I can only thing about a for loop with
IF ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Delay on logout
Posted by Michael D. Jones at 1/1/2005 9:19:19 AM
Hi all,
I would like to have a delay on a logout page. Here is what I have so far:
logout.aspx
-----------
Page_Load()
FormsAuthentication.SignOut();
Thread.Sleep(5000);
Response.Redirect("homepage.aspx");
What I would like the code to do is, display the logout.aspx page... more >>
Technical ViewState question
Posted by trepac-news7385 NO[at]SPAM mailblocks.com at 1/1/2005 9:12:10 AM
Looong story, but here's the summary:
I'm dynamically generating a single TextBox control (always with the
same exact ID), but in a different location each time (there will be a
varying number of dynamically generated Labels before and after it).
As near as I can tell, when the control doesn... more >>
"Operation must use an updateable query" on ExecuteNonQuery()
Posted by MDW at 1/1/2005 9:01:02 AM
Hey all.
I'm confused. I'm trying to add a single record into an Access 2000 database
using ASP.Net. Here is the code:
objConn = New OleDbConnection(strConnect)
objConn.Open
objCommand = New OleDbCommand("INSERT INTO LOGIN_MASTER (LOGIN_ID, PWD,
F_NAME, L_NAME, TYPE_ID) VALUES ('" & ... more >>
Nov/Dec CTP
Posted by John at 1/1/2005 3:23:50 AM
Hi
I have received the Jan 2005 MSDN universal discs but can't seem to find the
nov/dec ctp on any of them. Is this correct? Will I get the ctps in the next
set of discs?
Thanks
Regards
... more >>
Open an old project in a new VS2003 environment
Posted by Kenneth P at 1/1/2005 2:27:01 AM
Hi,
I've had a hd crash (with proper data backup) and I wonder what way would be
the best way to set up an old project with all code from a backup hd in a new
vs.net2003 environment?
TIA
Kenneth P... more >>
|