Click here to Skip to main content
15,888,069 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: can we store viewstate in masterpage? Pin
Abhishek Sur15-Nov-09 7:08
professionalAbhishek Sur15-Nov-09 7:08 
GeneralRe: can we store viewstate in masterpage? Pin
Suresh Pirsquare15-Nov-09 17:56
Suresh Pirsquare15-Nov-09 17:56 
AnswerRe: can we store viewstate in masterpage? Pin
Aftab Sindhi15-Nov-09 5:21
Aftab Sindhi15-Nov-09 5:21 
GeneralRe: can we store viewstate in masterpage? Pin
Suresh Pirsquare15-Nov-09 6:39
Suresh Pirsquare15-Nov-09 6:39 
Questionrotate image in image control Pin
mehrnoosh14-Nov-09 18:59
mehrnoosh14-Nov-09 18:59 
AnswerRe: rotate image in image control Pin
Abhijit Jana14-Nov-09 19:23
professionalAbhijit Jana14-Nov-09 19:23 
GeneralRe: rotate image in image control Pin
mehrnoosh14-Nov-09 20:30
mehrnoosh14-Nov-09 20:30 
AnswerRe: rotate image in image control Pin
Abhishek Sur14-Nov-09 22:27
professionalAbhishek Sur14-Nov-09 22:27 
AFAIK, html image control couldnt be rotated. You can define the size of the img but cant rotate.

To do this, you need to rotate the image in the server and produce another image and show it in browser. Use graphics object to draw a new image rotating it in an angle and show it in browser.

This article could be a good help for you :
Image Rotation in .NET[^]

After you rotate the image, show it using img tag.

On the other hand:
If you want to rotate in browser itself, you might use Flash / silverlight which are capable of doing this.

Hope you got this.
Cheers
Rose | [Rose]

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

GeneralRe: rotate image in image control Pin
mehrnoosh15-Nov-09 18:40
mehrnoosh15-Nov-09 18:40 
GeneralRe: rotate image in image control Pin
Abhishek Sur15-Nov-09 21:07
professionalAbhishek Sur15-Nov-09 21:07 
QuestionRead data from html file Pin
Satish - Developer14-Nov-09 18:01
Satish - Developer14-Nov-09 18:01 
AnswerRe: Read data from html file Pin
N a v a n e e t h14-Nov-09 18:22
N a v a n e e t h14-Nov-09 18:22 
GeneralRe: Read data from html file Pin
Satish - Developer14-Nov-09 18:39
Satish - Developer14-Nov-09 18:39 
GeneralRe: Read data from html file Pin
N a v a n e e t h14-Nov-09 20:24
N a v a n e e t h14-Nov-09 20:24 
AnswerRe: Read data from html file Pin
Abhishek Sur14-Nov-09 22:33
professionalAbhishek Sur14-Nov-09 22:33 
Questionquestion about image controle Pin
kimo code14-Nov-09 17:55
kimo code14-Nov-09 17:55 
AnswerRe: question about image controle Pin
Abhishek Sur14-Nov-09 22:35
professionalAbhishek Sur14-Nov-09 22:35 
GeneralRe: question about image controle Pin
kimo code15-Nov-09 7:16
kimo code15-Nov-09 7:16 
QuestionDynamic Insertion Pin
mca.mdebnath14-Nov-09 5:21
mca.mdebnath14-Nov-09 5:21 
AnswerRe: Dynamic Insertion Pin
N a v a n e e t h14-Nov-09 7:13
N a v a n e e t h14-Nov-09 7:13 
GeneralRe: Dynamic Insertion [modified] Pin
Abhishek Sur14-Nov-09 7:43
professionalAbhishek Sur14-Nov-09 7:43 
GeneralRe: Dynamic Insertion Pin
N a v a n e e t h14-Nov-09 7:48
N a v a n e e t h14-Nov-09 7:48 
Questionissue in copying files from websites folder to some other location Pin
Ahamed Azeem14-Nov-09 2:26
Ahamed Azeem14-Nov-09 2:26 
AnswerRe: issue in copying files from websites folder to some other location Pin
Gamzun14-Nov-09 3:44
Gamzun14-Nov-09 3:44 
GeneralRe: issue in copying files from websites folder to some other location Pin
Ahamed Azeem14-Nov-09 4:28
Ahamed Azeem14-Nov-09 4:28 

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.