Click here to Skip to main content
15,913,709 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Question related to AJax Tab control Pin
saanj3-Nov-08 7:17
saanj3-Nov-08 7:17 
QuestionSave Arabic Data Make problem when using Ajax Controle in the same Page Pin
Assaf822-Nov-08 23:08
Assaf822-Nov-08 23:08 
Questioncheck box in grid view Pin
ptvce2-Nov-08 22:52
ptvce2-Nov-08 22:52 
AnswerRe: check box in grid view Pin
John Gathogo2-Nov-08 23:25
John Gathogo2-Nov-08 23:25 
AnswerRe: check box in grid view Pin
saanj3-Nov-08 7:21
saanj3-Nov-08 7:21 
QuestionGetting Session Details of a Sharepoint Site Pin
saanj2-Nov-08 22:44
saanj2-Nov-08 22:44 
QuestionPainting in a panel Pin
Jason Hardesty2-Nov-08 22:33
Jason Hardesty2-Nov-08 22:33 
AnswerRe: Painting in a panel Pin
Jason Hardesty3-Nov-08 21:46
Jason Hardesty3-Nov-08 21:46 
Anyone? I need to paint lines in a panel. Is this possible and how can I do it? For a windows from I would do something like:

Panel panel = new Panel();

panel.Paint += new PaintEventHandler(panel_Paint);

private void panel_Paint(object sender, PaintEventArgs e)
{
    // Create a graphics object for the _panel.
    Graphics _g = e.Graphics;

    Pen pen = new Pen(Color.Black);

    _g.DrawLine(pen, 10, 10, 20, 20);

}


How can I draw in a Web Panel like this?
Questionaudio/video streaming Pin
billcodes2-Nov-08 22:19
billcodes2-Nov-08 22:19 
Questiondefault button Pin
billcodes2-Nov-08 22:11
billcodes2-Nov-08 22:11 
AnswerRe: default button Pin
Assaf822-Nov-08 22:28
Assaf822-Nov-08 22:28 
AnswerRe: default button Pin
saanj3-Nov-08 7:23
saanj3-Nov-08 7:23 
Questionweb.config file related issue Pin
Samiullah2-Nov-08 21:48
Samiullah2-Nov-08 21:48 
AnswerRe: web.config file related issue Pin
Sathesh Sakthivel2-Nov-08 22:00
Sathesh Sakthivel2-Nov-08 22:00 
AnswerRe: web.config file related issue Pin
NeverHeardOfMe2-Nov-08 22:46
NeverHeardOfMe2-Nov-08 22:46 
AnswerRe: web.config file related issue Pin
John Gathogo2-Nov-08 23:20
John Gathogo2-Nov-08 23:20 
QuestionRe: web.config file related issue Pin
Samiullah3-Nov-08 2:39
Samiullah3-Nov-08 2:39 
AnswerRe: web.config file related issue Pin
John Gathogo3-Nov-08 2:52
John Gathogo3-Nov-08 2:52 
QuestionSave Arabic data in SQL From ASP.NET [modified] Pin
Assaf822-Nov-08 21:42
Assaf822-Nov-08 21:42 
AnswerRe: Save Arabic data in SQL From ASP.NET Pin
dennis joseph3-Nov-08 5:51
dennis joseph3-Nov-08 5:51 
QuestionHow to check single click or double click in asp.net Pin
sarang1212-Nov-08 21:16
sarang1212-Nov-08 21:16 
AnswerRe: How to check single click or double click in asp.net Pin
m-khansari4-Nov-08 19:52
m-khansari4-Nov-08 19:52 
QuestionWhy do i lose my Session Variable in 5 minutes? Pin
Etienne2-Nov-08 20:24
Etienne2-Nov-08 20:24 
AnswerRe: Why do i lose my Session Variable in 5 minutes? Pin
TommyTomToms2-Nov-08 22:39
TommyTomToms2-Nov-08 22:39 
GeneralRe: Why do i lose my Session Variable in 5 minutes? Pin
Etienne2-Nov-08 22:41
Etienne2-Nov-08 22:41 

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.