Click here to Skip to main content
15,897,704 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionTo format infragistics calendar control Pin
priyagee22-May-09 0:19
priyagee22-May-09 0:19 
AnswerRe: To format infragistics calendar control Pin
binarymax22-May-09 4:30
binarymax22-May-09 4:30 
GeneralRe: To format infragistics calendar control Pin
binarymax22-May-09 4:33
binarymax22-May-09 4:33 
GeneralRe: To format infragistics calendar control Pin
priyagee22-May-09 19:59
priyagee22-May-09 19:59 
QuestionRe-read from database or store in a session variable? Pin
Jay Royall21-May-09 23:20
Jay Royall21-May-09 23:20 
AnswerRe: Re-read from database or store in a session variable? Pin
padmanabhan N21-May-09 23:37
padmanabhan N21-May-09 23:37 
AnswerRe: Re-read from database or store in a session variable? Pin
Anil Chauhan21-May-09 23:39
Anil Chauhan21-May-09 23:39 
QuestionNeed Help While Creting Websteup Project Pin
kinnuP21-May-09 21:08
kinnuP21-May-09 21:08 
hi all,

please help me in this , i creating a websteup project while installing in client machine the following conditions have to check ,

1)If SQL Server 2005,
then make sure to check the SMO version and suggest if there is any
mismatch. If appropriate SMO version is not found, then we can inform
the user and install that. If user says MySQL 5.1, then check if
appropriate driver dll file is found, if not raise an error and
suggest user where to get it.

2) If SQL Server 2005 is selected, then we need to ask if the database
already created or not. If created, then you need to ask for
servername(or ip), database name, port number, userid/password, then
go and create the required tables and insert the rows. If database is
not created, then you need to create database, create tables, insert
rows, etc., If we have to create database, then we need to ask Server
name (or ip adress), port number(default 1433), where the data file,
log file going to reside, database name, initial database size, dba
login credentials, etc.,

3) If MySQL 5.1 is selected, then we need to ask if the database is
already created or not. If created, then we need to ask for
userid/password, port number, database name, port number,
userid/password, then go and create required tables and insert the
rows. if daatabase is not created, then you need to create database,
create tables, insert rows, etc., If we have to creat database, then
we need to ask server name(or ip address), port number (default 3306),
database name, login credentials, etc.,


Please suggest me if any article is available in net i tried lot for this .but unable to find correct info .still trying....

any help please
Thhanks and regards,
Guru
QuestionAjax TabContainer Pin
sirisha guttikonda21-May-09 20:54
sirisha guttikonda21-May-09 20:54 
AnswerRe: Ajax TabContainer Pin
N a v a n e e t h21-May-09 22:02
N a v a n e e t h21-May-09 22:02 
QuestionAutoPostback Problem on the Grid [modified] Pin
Vimalsoft(Pty) Ltd21-May-09 20:51
professionalVimalsoft(Pty) Ltd21-May-09 20:51 
QuestionWant to prevent delete and backspace keys Pin
CrazyCoder2621-May-09 20:16
CrazyCoder2621-May-09 20:16 
AnswerRe: Want to prevent delete and backspace keys Pin
ais0721-May-09 21:26
ais0721-May-09 21:26 
GeneralRe: Want to prevent delete and backspace keys Pin
CrazyCoder2621-May-09 22:43
CrazyCoder2621-May-09 22:43 
AnswerRe: Want to prevent delete and backspace keys Pin
Ramesh Swaminathan22-May-09 3:24
Ramesh Swaminathan22-May-09 3:24 
QuestionDetail View Pin
hahii21-May-09 19:25
hahii21-May-09 19:25 
AnswerRe: Detail View Pin
Sneha Bisht21-May-09 19:32
Sneha Bisht21-May-09 19:32 
QuestionHow can i set user-defined property which is defined in user control i want to access in javascript in aspx page. Pin
anish27patel21-May-09 19:21
anish27patel21-May-09 19:21 
AnswerRe: How can i set user-defined property which is defined in user control i want to access in javascript in aspx page. Pin
MiDo_RoMa21-May-09 19:30
MiDo_RoMa21-May-09 19:30 
GeneralRe: How can i set user-defined property which is defined in user control i want to access in javascript in aspx page. Pin
anish27patel21-May-09 19:55
anish27patel21-May-09 19:55 
GeneralRe: How can i set user-defined property which is defined in user control i want to access in javascript in aspx page. Pin
MiDo_RoMa21-May-09 20:03
MiDo_RoMa21-May-09 20:03 
QuestionHow to redirect to my Home page in asp.net2.0? Pin
Subin Alex21-May-09 18:41
Subin Alex21-May-09 18:41 
AnswerRe: How to redirect to my Home page in asp.net2.0? Pin
Baran M21-May-09 19:07
Baran M21-May-09 19:07 
Questionin My C# integer value not show integer Value it showing hexa value.? Pin
Piyush Vardhan Singh21-May-09 18:19
Piyush Vardhan Singh21-May-09 18:19 
GeneralRe: in My C# integer value not show integer Value it showing hexa value.? Pin
padmanabhan N21-May-09 18:52
padmanabhan N21-May-09 18:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.