Click here to Skip to main content
15,891,762 members
Home / Discussions / C#
   

C#

 
AnswerRe: Control conditions flows Pin
Vikram A Punathambekar26-Jun-07 22:19
Vikram A Punathambekar26-Jun-07 22:19 
AnswerRe: Control conditions flows Pin
Dave Sexton26-Jun-07 22:30
Dave Sexton26-Jun-07 22:30 
QuestionHow to Fade in and out images? Pin
Khoramdin26-Jun-07 21:31
Khoramdin26-Jun-07 21:31 
AnswerRe: How to Fade in and out images? Pin
Eduard Keilholz26-Jun-07 22:31
Eduard Keilholz26-Jun-07 22:31 
AnswerRe: How to Fade in and out images? Pin
Eduard Keilholz26-Jun-07 22:33
Eduard Keilholz26-Jun-07 22:33 
AnswerRe: How to Fade in and out images? Pin
Martin#26-Jun-07 22:49
Martin#26-Jun-07 22:49 
AnswerRe: How to Fade in and out images? Pin
lmoelleb27-Jun-07 2:03
lmoelleb27-Jun-07 2:03 
Questionwhy my previous button first incremented after that decrementing Pin
srinivassam26-Jun-07 21:30
srinivassam26-Jun-07 21:30 
hello iam a fresher
my problem is if i click previous button first time it is going to next question after clicks the previous button it is going to previous question . for example at 8th question i clicks on previous button it is going to 9th question then second time i clicks on previous button it is going to 8 th question then 7th then 6th then 5th...........
<pre>
{
if(dg1.CurrentPageIndex < 1 )
return;
else
if (dg1.CurrentPageIndex > 0)
{
dg1.CurrentPageIndex -= 1;
SwitchLebel(dg1.CurrentPageIndex);
}
</pre>
is it correct or not

srinivas




srinivas
AnswerRe: why my previous button first incremented after that decrementing Pin
CPallini26-Jun-07 22:11
mveCPallini26-Jun-07 22:11 
AnswerRe: why my previous button first incremented after that decrementing Pin
Vikram A Punathambekar26-Jun-07 22:24
Vikram A Punathambekar26-Jun-07 22:24 
Questionview xsd file in a tree structure Pin
navoda26-Jun-07 21:23
navoda26-Jun-07 21:23 
QuestionGetting a single service Pin
M. J. Jaya Chitra26-Jun-07 21:16
M. J. Jaya Chitra26-Jun-07 21:16 
AnswerRe: Getting a single service Pin
Eduard Keilholz26-Jun-07 22:37
Eduard Keilholz26-Jun-07 22:37 
GeneralRe: Getting a single service Pin
M. J. Jaya Chitra26-Jun-07 22:48
M. J. Jaya Chitra26-Jun-07 22:48 
AnswerRe: Getting a single service Pin
Luc Pattyn26-Jun-07 23:58
sitebuilderLuc Pattyn26-Jun-07 23:58 
GeneralRe: Getting a single service Pin
M. J. Jaya Chitra27-Jun-07 0:39
M. J. Jaya Chitra27-Jun-07 0:39 
QuestionDirectory Searcher+C# Pin
razanabanu26-Jun-07 20:54
razanabanu26-Jun-07 20:54 
AnswerRe: Directory Searcher+C# Pin
Sathesh Sakthivel26-Jun-07 20:57
Sathesh Sakthivel26-Jun-07 20:57 
Questiontoolstrip button Pin
treah26-Jun-07 20:25
treah26-Jun-07 20:25 
AnswerRe: toolstrip button Pin
Sathesh Sakthivel26-Jun-07 20:49
Sathesh Sakthivel26-Jun-07 20:49 
QuestionGetting messge queue in the server Pin
M. J. Jaya Chitra26-Jun-07 20:22
M. J. Jaya Chitra26-Jun-07 20:22 
AnswerRe: Getting messge queue in the server Pin
originSH26-Jun-07 22:25
originSH26-Jun-07 22:25 
GeneralRe: Getting messge queue in the server Pin
M. J. Jaya Chitra26-Jun-07 22:41
M. J. Jaya Chitra26-Jun-07 22:41 
GeneralRe: Getting messge queue in the server Pin
originSH27-Jun-07 2:31
originSH27-Jun-07 2:31 
QuestionDisplaying tables in a database by using HTML Pin
erarocks26-Jun-07 20:10
erarocks26-Jun-07 20:10 

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.