Click here to Skip to main content
15,923,083 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: The page cannot be displayed Pin
Sosyopat6-Oct-08 23:46
Sosyopat6-Oct-08 23:46 
GeneralRe: The page cannot be displayed Pin
BalasubramanianK7-Oct-08 0:05
BalasubramanianK7-Oct-08 0:05 
GeneralRe: The page cannot be displayed Pin
eyeseetee7-Oct-08 0:30
eyeseetee7-Oct-08 0:30 
GeneralRe: The page cannot be displayed Pin
BalasubramanianK7-Oct-08 0:54
BalasubramanianK7-Oct-08 0:54 
GeneralRe: The page cannot be displayed Pin
eyeseetee7-Oct-08 1:14
eyeseetee7-Oct-08 1:14 
Questionvideo length Pin
Sosyopat6-Oct-08 22:34
Sosyopat6-Oct-08 22:34 
QuestionChange Screen Resulotion Pin
Rinki Mukheraji6-Oct-08 22:27
Rinki Mukheraji6-Oct-08 22:27 
AnswerRe: Change Screen Resulotion Pin
Guffa7-Oct-08 0:51
Guffa7-Oct-08 0:51 
Rinki Mukheraji wrote:
When change screen resulotion through code in asp.net with code then no probleam.


That only works in the special case where the server computer and the client computer is the same physical computer, i.e. you are browsing on the server to the same server, and when you are using the same user account for browsing that the server is using for running the server code, e.g. when you are running the site in Visual Studio.

For any other sitation your code would try to change the resolution of the user interface on the server computer, not the client computer. As the web server application is running without a user interface, this is not possible.

Rinki Mukheraji wrote:
please tell me how solve this probleam.


Very simple: Don't try to change the screen resolution in a web application. It's not possible.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionCustom Validation using Regular Expression Pin
Binod K6-Oct-08 22:15
Binod K6-Oct-08 22:15 
AnswerRe: Custom Validation using Regular Expression Pin
Andreas X7-Oct-08 2:46
professionalAndreas X7-Oct-08 2:46 
QuestionCuatom Membership Provider and Membership User Pin
HellRzr6-Oct-08 22:05
HellRzr6-Oct-08 22:05 
AnswerRe: Cuatom Membership Provider and Membership User Pin
Wendelius7-Oct-08 8:39
mentorWendelius7-Oct-08 8:39 
QuestionCalculate Bank credit scores Pin
pavanip6-Oct-08 21:35
pavanip6-Oct-08 21:35 
AnswerRe: Calculate Bank credit scores Pin
eyeseetee6-Oct-08 22:52
eyeseetee6-Oct-08 22:52 
AnswerRe: Calculate Bank credit scores Pin
Ashfield6-Oct-08 23:57
Ashfield6-Oct-08 23:57 
QuestionEdit column in gridView Pin
kishorg16-Oct-08 21:11
kishorg16-Oct-08 21:11 
AnswerRe: Edit column in gridView Pin
Sneha Bisht6-Oct-08 21:34
Sneha Bisht6-Oct-08 21:34 
QuestionConnecting to the db automatically according to the current month Pin
kandalu6-Oct-08 20:07
kandalu6-Oct-08 20:07 
AnswerRe: Connecting to the db automatically according to the current month Pin
HemJoshi6-Oct-08 20:14
HemJoshi6-Oct-08 20:14 
GeneralRe: Connecting to the db automatically according to the current month Pin
kandalu6-Oct-08 20:37
kandalu6-Oct-08 20:37 
GeneralRe: Connecting to the db automatically according to the current month Pin
HemJoshi6-Oct-08 23:20
HemJoshi6-Oct-08 23:20 
GeneralRe: Connecting to the db automatically according to the current month Pin
kandalu7-Oct-08 2:41
kandalu7-Oct-08 2:41 
QuestionDeploy ajax application on server Pin
rahul.net116-Oct-08 19:51
rahul.net116-Oct-08 19:51 
AnswerRe: Deploy ajax application on server Pin
N a v a n e e t h6-Oct-08 19:54
N a v a n e e t h6-Oct-08 19:54 
GeneralRe: Deploy ajax application on server Pin
rahul.net116-Oct-08 20:02
rahul.net116-Oct-08 20:02 

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.