Click here to Skip to main content
15,890,506 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Reportviewer shows unauthorized error. Pin
SamRST4-Apr-11 21:12
SamRST4-Apr-11 21:12 
QuestionApplication pool 'DefaultAppPool' has problem Pin
Hy Chanhan2-Apr-11 18:59
professionalHy Chanhan2-Apr-11 18:59 
AnswerRe: Application pool 'DefaultAppPool' has problem Pin
thatraja2-Apr-11 21:08
professionalthatraja2-Apr-11 21:08 
QuestionSql Membership / Login works local but not on production server Pin
De_Novice2-Apr-11 8:57
De_Novice2-Apr-11 8:57 
AnswerRe: Sql Membership / Login works local but not on production server Pin
De_Novice4-Apr-11 8:15
De_Novice4-Apr-11 8:15 
QuestionProblem with a drpdownlist in a datalist Pin
Nafiseh Salmani2-Apr-11 8:32
Nafiseh Salmani2-Apr-11 8:32 
AnswerRe: Problem with a drpdownlist in a datalist Pin
Abhijit Jana3-Apr-11 1:23
professionalAbhijit Jana3-Apr-11 1:23 
Questionproblem with drawing a polygon Pin
Nafiseh Salmani2-Apr-11 8:21
Nafiseh Salmani2-Apr-11 8:21 
I want to draw a polygon using Graphic class on a webform, I use the following code but it doesn't show anything!!! D'Oh! | :doh:

protected void Page_Load(object sender, EventArgs e)
        {
            Bitmap objBitmap;
            Graphics objGraphics;

            objBitmap = new Bitmap(400, 440);
            objGraphics = Graphics.FromImage(objBitmap);
            objGraphics.Clear(Color.Blue); 
        }

even I delete all the HTML tag except

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ImageResults.aspx.cs" Inherits="Yadgirandeh.WebForm5" %>;


I would be really grateful if anybody helps me.
AnswerRe: problem with drawing a polygon Pin
davidnz2-Apr-11 10:37
davidnz2-Apr-11 10:37 
QuestionMy website take so long time to reponse the pages (Slow) Pin
Hy Chanhan2-Apr-11 3:00
professionalHy Chanhan2-Apr-11 3:00 
AnswerRe: My website take so long time to reponse the pages (Slow) Pin
Not Active2-Apr-11 3:19
mentorNot Active2-Apr-11 3:19 
GeneralRe: My website take so long time to reponse the pages (Slow) Pin
Hy Chanhan2-Apr-11 3:25
professionalHy Chanhan2-Apr-11 3:25 
GeneralRe: My website take so long time to reponse the pages (Slow) Pin
Not Active2-Apr-11 3:42
mentorNot Active2-Apr-11 3:42 
GeneralRe: My website take so long time to reponse the pages (Slow) Pin
Hy Chanhan2-Apr-11 3:47
professionalHy Chanhan2-Apr-11 3:47 
GeneralRe: My website take so long time to reponse the pages (Slow) Pin
Not Active2-Apr-11 4:22
mentorNot Active2-Apr-11 4:22 
AnswerRe: My website take so long time to reponse the pages (Slow) Pin
Dalek Dave2-Apr-11 6:17
professionalDalek Dave2-Apr-11 6:17 
Questionregarding webserver & database server & web application execution flow Pin
vijaylumar1-Apr-11 22:26
vijaylumar1-Apr-11 22:26 
QuestionProblem in displaying data. Pin
manikumar_gutti1-Apr-11 19:55
manikumar_gutti1-Apr-11 19:55 
AnswerRe: Problem in displaying data. Pin
Wendelius2-Apr-11 2:22
mentorWendelius2-Apr-11 2:22 
Questionabout chating application Pin
avanishkri1-Apr-11 5:00
avanishkri1-Apr-11 5:00 
AnswerRe: about chating application Pin
Dave Calkins1-Apr-11 6:38
Dave Calkins1-Apr-11 6:38 
AnswerRe: about chating application Pin
Parwej Ahamad1-Apr-11 8:00
professionalParwej Ahamad1-Apr-11 8:00 
AnswerRe: about chating application Pin
RaviRanjanKr6-Apr-11 20:01
professionalRaviRanjanKr6-Apr-11 20:01 
QuestionRetrieve the value of a control of the master page Pin
amina891-Apr-11 0:44
amina891-Apr-11 0:44 
AnswerRe: Retrieve the value of a control of the master page Pin
Not Active1-Apr-11 1:05
mentorNot Active1-Apr-11 1:05 

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.