Click here to Skip to main content
15,892,059 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionconvert window to web Pin
rummer18-May-09 20:26
rummer18-May-09 20:26 
AnswerRe: convert window to web Pin
Ramesh Swaminathan18-May-09 21:03
Ramesh Swaminathan18-May-09 21:03 
GeneralRe: convert window to web Pin
Ramesh Swaminathan18-May-09 21:38
Ramesh Swaminathan18-May-09 21:38 
AnswerRe: convert window to web Pin
saanj19-May-09 3:10
saanj19-May-09 3:10 
QuestionHow to create Database tables in a Remote Server? Pin
Subin Alex18-May-09 19:27
Subin Alex18-May-09 19:27 
AnswerRe: How to create Database tables in a Remote Server? Pin
Ramesh Swaminathan18-May-09 20:41
Ramesh Swaminathan18-May-09 20:41 
GeneralRe: How to create Database tables in a Remote Server? Pin
Subin Alex18-May-09 21:48
Subin Alex18-May-09 21:48 
AnswerRe: How to create Database tables in a Remote Server? Pin
prateekfgiet18-May-09 20:41
prateekfgiet18-May-09 20:41 
use this connection string
<appSettings>
<add key="ConnectionStringname" value="Data Source=ip address;Database=databasename;uid=username;pwd=password;"/>
</appSettings>
after that
open Enterprise manager open sql server group and then run new database registraion wizard,put ur ip address at server name then run wizard,after completing this wizard,right click on thatgroup which genrated as ipp name,and export ur database on that group.
before doing this thing u must have to create a database on ur web server and create a database and give uid and pwd.
AnswerRe: How to create Database tables in a Remote Server? Pin
Roger Wright19-May-09 19:38
professionalRoger Wright19-May-09 19:38 
Questionhow to read a datatable through javascript Pin
lakshmichawala18-May-09 19:25
lakshmichawala18-May-09 19:25 
AnswerRe: how to read a datatable through javascript Pin
Ramesh Swaminathan18-May-09 19:59
Ramesh Swaminathan18-May-09 19:59 
Questiongetting list of time differences for us with gmt Pin
sashidhar18-May-09 19:18
sashidhar18-May-09 19:18 
QuestionASP.NET and AJAX problem Pin
specialdreamsin18-May-09 18:40
specialdreamsin18-May-09 18:40 
AnswerRe: ASP.NET and AJAX problem Pin
Ramesh Swaminathan18-May-09 18:48
Ramesh Swaminathan18-May-09 18:48 
Questionlog out problem Pin
anuj sweet18-May-09 18:31
anuj sweet18-May-09 18:31 
AnswerRe: log out problem Pin
N a v a n e e t h18-May-09 18:39
N a v a n e e t h18-May-09 18:39 
GeneralRe: log out problem Pin
anuj sweet18-May-09 19:30
anuj sweet18-May-09 19:30 
QuestionASP.Net ActiveX control Security-warning prompt messages. Pin
alisolution18-May-09 17:54
alisolution18-May-09 17:54 
AnswerRe: ASP.Net ActiveX control Security-warning prompt messages. Pin
saanj19-May-09 3:17
saanj19-May-09 3:17 
GeneralRe: ASP.Net ActiveX control Security-warning prompt messages. Pin
alisolution19-May-09 7:42
alisolution19-May-09 7:42 
QuestionDisplay text label over image control Pin
Mohammed Elkholy18-May-09 12:59
Mohammed Elkholy18-May-09 12:59 
QuestionTree view Pin
hahii18-May-09 11:50
hahii18-May-09 11:50 
AnswerRe: Tree view Pin
alisolution20-May-09 21:00
alisolution20-May-09 21:00 
QuestionGenerating site "posts" Pin
teejayem18-May-09 10:38
teejayem18-May-09 10:38 
AnswerRe: Generating site "posts" Pin
Yusuf18-May-09 11:54
Yusuf18-May-09 11:54 

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.