Click here to Skip to main content
15,913,685 members
Home / Discussions / C#
   

C#

 
AnswerRe: sql query Pin
padmanabhan N9-Nov-09 0:29
padmanabhan N9-Nov-09 0:29 
QuestionLogin failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. How to connect to SQL server on another machine? Pin
Chesnokov Yuriy8-Nov-09 21:41
professionalChesnokov Yuriy8-Nov-09 21:41 
AnswerMessage Closed Pin
8-Nov-09 21:53
stancrm8-Nov-09 21:53 
AnswerRe: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. How to connect to SQL server on another machine? Pin
Chesnokov Yuriy8-Nov-09 22:09
professionalChesnokov Yuriy8-Nov-09 22:09 
AnswerRe: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. How to connect to SQL server on another machine? Pin
sanforjackass8-Nov-09 21:55
sanforjackass8-Nov-09 21:55 
QuestionRe: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. How to connect to SQL server on another machine? Pin
Chesnokov Yuriy8-Nov-09 22:13
professionalChesnokov Yuriy8-Nov-09 22:13 
AnswerRe: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. How to connect to SQL server on another machine? Pin
Dave Kreskowiak9-Nov-09 10:30
mveDave Kreskowiak9-Nov-09 10:30 
QuestionCrystal report not displayed in Windows 2008 server with C# .NET 1.1 Pin
Murtuza Husain Miyan Patel8-Nov-09 20:42
professionalMurtuza Husain Miyan Patel8-Nov-09 20:42 
AnswerRe: Crystal report not displayed in Windows 2008 server with C# .NET 1.1 Pin
Abhishek Sur8-Nov-09 21:26
professionalAbhishek Sur8-Nov-09 21:26 
AnswerRe: Crystal report not displayed in Windows 2008 server with C# .NET 1.1 Pin
Srinivasan Raju11-Nov-09 6:49
Srinivasan Raju11-Nov-09 6:49 
Questiontransparent colors in windows applications in c# Pin
hosseinghazanfary8-Nov-09 20:22
hosseinghazanfary8-Nov-09 20:22 
QuestionHow to Generate FFMPEG dll Using C#.NET or How to make a FFMPEG dll in C#.net where the code is written in C++ Pin
balaji_vbr8-Nov-09 20:14
balaji_vbr8-Nov-09 20:14 
AnswerMessage Closed Pin
8-Nov-09 21:31
stancrm8-Nov-09 21:31 
GeneralRe: How to Generate FFMPEG dll Using C#.NET or How to make a FFMPEG dll in C#.net where the code is written in C++ Pin
balaji_vbr9-Nov-09 19:41
balaji_vbr9-Nov-09 19:41 
GeneralRe: How to Generate FFMPEG dll Using C#.NET or How to make a FFMPEG dll in C#.net where the code is written in C++ Pin
phong.cntt22-Feb-11 3:17
phong.cntt22-Feb-11 3:17 
AnswerRe: How to Generate FFMPEG dll Using C#.NET or How to make a FFMPEG dll in C#.net where the code is written in C++ Pin
DanielTaylor12321-Jun-10 22:58
DanielTaylor12321-Jun-10 22:58 
QuestionThread "BringToFront" Pin
damichab8-Nov-09 19:49
damichab8-Nov-09 19:49 
AnswerRe: Thread "BringToFront" Pin
Shameel8-Nov-09 23:58
professionalShameel8-Nov-09 23:58 
GeneralRe: Thread "BringToFront" Pin
damichab9-Nov-09 11:27
damichab9-Nov-09 11:27 
QuestionSetting DHCP options programtically using C# on Windows 2008 server [modified] Pin
Ganesh_T8-Nov-09 19:18
Ganesh_T8-Nov-09 19:18 
QuestionTravering a array in C# Pin
Pavan Navali8-Nov-09 18:28
Pavan Navali8-Nov-09 18:28 
I'm working on a application which simulates a pdf reader. I have a issue with traversing the page. Following are the details.

there are two buttons called, "Previous View" and "Next View". These fulnctionality of these two buttons is I can navigate to the previously visited pages.

My requirement is as follows.

Lets say I visit page 1, followed by 10, followed by 15, followed by 12 and back to 10.
i.e, 1->10->15->12->10.

Suppose If I'm @ page 12. if I click on "Previous View", I should nagigate to page 15 and If I click "Next View" I should go to page 10.

My issue is, Suppose I'm @ the last visited page. that is page 10, after page 12. If I click I "Next View" it should not navigate, because it is the last visited page. But what happening is it is navigating to page 15. The reason for that is I'm checking only for the first occurenece of a element. which is @ 2nd position.

this happens only if there is multple occurenec of a element.

I need help in developing the logic.

any suggestion is appreciated.
AnswerRe: Travering a array in C# Pin
Gerry Schmitz8-Nov-09 21:38
mveGerry Schmitz8-Nov-09 21:38 
AnswerRe: Travering a array in C# Pin
Luc Pattyn8-Nov-09 23:26
sitebuilderLuc Pattyn8-Nov-09 23:26 
AnswerRe: Travering a array in C# Pin
Shameel9-Nov-09 0:12
professionalShameel9-Nov-09 0:12 
QuestionDataGridViewComboBoxColumn not showing the contents Pin
sachinkalse8-Nov-09 18:00
sachinkalse8-Nov-09 18:00 

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.