Click here to Skip to main content
15,891,431 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: System.IO.StreamWriter Pin
Sandeep Akhare21-Apr-08 23:26
Sandeep Akhare21-Apr-08 23:26 
GeneralRe: System.IO.StreamWriter Pin
immu521-Apr-08 22:44
immu521-Apr-08 22:44 
GeneralRe: System.IO.StreamWriter Pin
ptvce21-Apr-08 23:02
ptvce21-Apr-08 23:02 
QuestionCan some body convert this c# code to VB.NET Pin
NetBot21-Apr-08 22:10
NetBot21-Apr-08 22:10 
AnswerRe: Can some body convert this c# code to VB.NET Pin
eyeseetee21-Apr-08 22:24
eyeseetee21-Apr-08 22:24 
GeneralRe: Can some body convert this c# code to VB.NET Pin
NetBot21-Apr-08 23:41
NetBot21-Apr-08 23:41 
AnswerRe: Can some body convert this c# code to VB.NET Pin
Neeraj Arora21-Apr-08 23:41
Neeraj Arora21-Apr-08 23:41 
AnswerRe: Can some body convert this c# code to VB.NET Pin
Dave Doknjas22-Apr-08 14:04
Dave Doknjas22-Apr-08 14:04 
This is not valid C# code - you're missing a type name after 'new':
...new Queue(new[] { container });

I would expect something like:
...new Queue(new Foo[] { container });

David Anton
http://www.tangiblesoftwaresolutions.com
C++ to C# Converter
C++ to VB Converter
C++ to Java Converter
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: convert VB, C#, or Java to C++/CLI
Java to VB & C# Converter: convert Java to VB or C#

GeneralRe: Can some body convert this c# code to VB.NET Pin
Dave Doknjas22-Apr-08 15:17
Dave Doknjas22-Apr-08 15:17 
GeneralRe: Can some body convert this c# code to VB.NET Pin
Dave Doknjas22-Apr-08 15:36
Dave Doknjas22-Apr-08 15:36 
GeneralJavaScript in Web User Control Pin
Usharva21-Apr-08 21:25
Usharva21-Apr-08 21:25 
GeneralRe: JavaScript in Web User Control [modified] Pin
Sandeep Akhare21-Apr-08 21:31
Sandeep Akhare21-Apr-08 21:31 
GeneralRe: JavaScript in Web User Control Pin
Usharva21-Apr-08 22:05
Usharva21-Apr-08 22:05 
GeneralRe: JavaScript in Web User Control Pin
R. Giskard Reventlov21-Apr-08 21:35
R. Giskard Reventlov21-Apr-08 21:35 
GeneralRe: JavaScript in Web User Control Pin
Sandeep Akhare21-Apr-08 21:44
Sandeep Akhare21-Apr-08 21:44 
GeneralDatabase mapping of 2 different sql database using .NET code Pin
Member 399001221-Apr-08 21:13
Member 399001221-Apr-08 21:13 
GeneralRe: Database mapping of 2 different sql database using .NET code Pin
l0kke22-Apr-08 5:12
l0kke22-Apr-08 5:12 
Questionduplicate url in the web.sitemap file Pin
Sonia Gupta21-Apr-08 20:58
Sonia Gupta21-Apr-08 20:58 
GeneralRe: duplicate url in the web.sitemap file Pin
eyeseetee21-Apr-08 22:17
eyeseetee21-Apr-08 22:17 
Questioncan we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind) Pin
M.Ramesh21-Apr-08 20:57
M.Ramesh21-Apr-08 20:57 
AnswerRe: can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind) Pin
Sandeep Akhare21-Apr-08 21:03
Sandeep Akhare21-Apr-08 21:03 
GeneralRe: can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind) Pin
M.Ramesh21-Apr-08 21:46
M.Ramesh21-Apr-08 21:46 
GeneralRe: can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind) Pin
Sandeep Akhare21-Apr-08 21:56
Sandeep Akhare21-Apr-08 21:56 
GeneralRe: can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind) Pin
M.Ramesh22-Apr-08 0:14
M.Ramesh22-Apr-08 0:14 
GeneralRe: can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind) Pin
Sandeep Akhare22-Apr-08 1:03
Sandeep Akhare22-Apr-08 1:03 

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.