Click here to Skip to main content
15,916,398 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Variables Pin
Tarun Dudhatra13-Nov-08 0:11
Tarun Dudhatra13-Nov-08 0:11 
AnswerRe: Variables Pin
Christian Graus13-Nov-08 2:18
protectorChristian Graus13-Nov-08 2:18 
GeneralRe: Variables Pin
ellllllllie13-Nov-08 4:46
ellllllllie13-Nov-08 4:46 
Question[Message Deleted] Pin
Lipishree12-Nov-08 23:28
Lipishree12-Nov-08 23:28 
AnswerRe: How to pass information from one gridview to other? Pin
Tarun Dudhatra13-Nov-08 0:05
Tarun Dudhatra13-Nov-08 0:05 
QuestionCant able to edit .net souce code. Pin
Raviraj12-Nov-08 22:03
Raviraj12-Nov-08 22:03 
AnswerRe: Cant able to edit .net souce code. Pin
Padmanabh Ganorkar12-Nov-08 22:07
Padmanabh Ganorkar12-Nov-08 22:07 
GeneralRe: Cant able to edit .net souce code. Pin
Raviraj12-Nov-08 22:22
Raviraj12-Nov-08 22:22 
Hi Padmanabh
I am very thank ful for your reply.
I have tried this before.
it will allow me to open website But actual problem is
when i edit some code and try to debug than it will not allow me.
It not give error or message.
It simply debug the line which are previously located on my break point.

suppose i have below code

1 switch (selectedRole)
2 {
3 case (0):
4 // undefined
5 break;
6 case (1):
7 // member
8 viewControls(false, true, false, false);
9 break;
10 case (2):
11 case (3):
12 case (4):
13 // admin, financial controller & marketing manager
14 viewControls(true, false, false, false);
15 break;
16 }

now if i remove the case 2 and 3 from above switch
and put new code than it will debug above one only.
GeneralRe: Cant able to edit .net souce code. Pin
Padmanabh Ganorkar12-Nov-08 22:47
Padmanabh Ganorkar12-Nov-08 22:47 
GeneralRe: Cant able to edit .net souce code. Pin
Raviraj12-Nov-08 23:07
Raviraj12-Nov-08 23:07 
GeneralRe: Cant able to edit .net souce code. Pin
Padmanabh Ganorkar12-Nov-08 23:21
Padmanabh Ganorkar12-Nov-08 23:21 
GeneralRe: Cant able to edit .net souce code. Pin
Raviraj12-Nov-08 23:37
Raviraj12-Nov-08 23:37 
GeneralRe: Cant able to edit .net souce code. Pin
Padmanabh Ganorkar13-Nov-08 0:19
Padmanabh Ganorkar13-Nov-08 0:19 
AnswerRe: Cant able to edit .net souce code. Pin
eyeseetee12-Nov-08 22:34
eyeseetee12-Nov-08 22:34 
GeneralRe: Cant able to edit .net souce code. Pin
Raviraj12-Nov-08 22:50
Raviraj12-Nov-08 22:50 
QuestionAsp.Net Pin
Member 344710412-Nov-08 20:34
Member 344710412-Nov-08 20:34 
AnswerRe: Asp.Net Pin
Guffa12-Nov-08 21:55
Guffa12-Nov-08 21:55 
AnswerRe: Asp.Net Pin
Brij12-Nov-08 22:11
mentorBrij12-Nov-08 22:11 
QuestionHelp need in gridview Pin
Senthil S12-Nov-08 19:45
Senthil S12-Nov-08 19:45 
AnswerRe: Help need in gridview Pin
Padmanabh Ganorkar12-Nov-08 21:48
Padmanabh Ganorkar12-Nov-08 21:48 
AnswerRe: Help need in gridview Pin
Ravi_2112-Nov-08 21:56
Ravi_2112-Nov-08 21:56 
AnswerRe: Help need in gridview Pin
Tarun Dudhatra13-Nov-08 0:30
Tarun Dudhatra13-Nov-08 0:30 
GeneralRe: Help need in gridview Pin
Elayaraja Sambasivam13-Nov-08 1:45
Elayaraja Sambasivam13-Nov-08 1:45 
Questionhow to develop website without using update panels using ajax. Pin
ashok@techxygen12-Nov-08 18:13
ashok@techxygen12-Nov-08 18:13 
AnswerRe: how to develop website without using update panels using ajax. Pin
Brij12-Nov-08 18:39
mentorBrij12-Nov-08 18:39 

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.