Forum: C# Jan 16th, 2009 |
| Replies: 15 Views: 1,149 :icon_eek: tnx a ton.
seems like registration is required to view videos.
they could have mentioned it in their site.. i wud have registered long ago :D
anways thanx ddanbe.. dat is a good... |
Forum: C# Jan 16th, 2009 |
| Replies: 15 Views: 1,149 I see just black.. no cross mark or no indication that i should load something to browser |
Forum: C# Jan 16th, 2009 |
| Replies: 15 Views: 1,149 I tried to access their video tutorials but donno why video/audio doesnt play in both the browsers in my vista . |
Forum: C# Jan 16th, 2009 |
| Replies: 15 Views: 1,149 www.functionx.com
www.vijayamukhi.com
www.codeproject.com
www.sitepoint.com
www.brainbell.com
http://www.informit.com/library/library.aspx?b=STY_Csharp_24hours |
Forum: C# Jan 13th, 2009 |
| Replies: 2 Views: 313 |
Forum: C# Jan 13th, 2009 |
| Replies: 5 Views: 1,303 like importing and using System.Data and System.Data.SqlClient??
Made use of them too.. |
Forum: C# Jan 13th, 2009 |
| Replies: 2 Views: 313 Hi all,
Is there a way to check what is the error for not displaying the code correctly while practising it in a website? Just like when the s/c is compiled in the vs editor.
I tried using... |
Forum: C# Jan 13th, 2009 |
| Replies: 5 Views: 1,303 Hello all,
I am trying to connect to sqlserver on godaddy but facing so much trouble with the connection strings. I wanted to use C# but wasnt successfully in making a connection.
when i simply... |
Forum: C# Jan 4th, 2009 |
| Replies: 4 Views: 1,022 Thnx , I posted it there..
The error is on my machine not on any webserver. |
Forum: C# Jan 4th, 2009 |
| Replies: 4 Views: 1,022 Are you saying you want me to post it in ASP.NET forum ?!
I have already run a search for my query there and did not get any related issues.
May be i have to post the query there fr getting better... |
Forum: C# Jan 4th, 2009 |
| Replies: 4 Views: 1,022 Hi all,
I am trying to create Web Controls and i am getting this error:
Could not load file or assembly 'Microsoft.Web.UI.WebControls' or one of its dependencies. The system cannot find the file... |
Forum: C# Jan 3rd, 2009 |
| Replies: 5 Views: 771 Thanks a bunch iDeveloper..
Not only it solved my problem but also the website u referred seems to be very useful. |
Forum: C# Jan 2nd, 2009 |
| Replies: 5 Views: 771 There is soo much stuff in the config file..
i included the one in line 31 under system.web
<?xml version="1.0"?>
<!--
Note: As an alternative to hand editing this file you can use the
... |
Forum: C# Jan 2nd, 2009 |
| Replies: 5 Views: 771 Hello all,
I am trying to pass data between two files using POST method.
I am using Visual Studio 2008 and working in C# Environment to run this in ASP.net.
The code i am using is:... |
Forum: C# Dec 19th, 2008 |
| Replies: 2 Views: 657 Hi, I am trying to pick the particular chosen date from the windows calender displayed.
I am struck here and confused how to proceed.
Any hints or shedding little light on the progress is... |
Forum: C# Dec 16th, 2008 |
| Replies: 8 Views: 1,649 Thank you ddanbe and LizR |
Forum: C# Dec 12th, 2008 |
| Replies: 8 Views: 1,649 int i = 654321;
Console.WriteLine("{0:E}", i); // 6.543210E+005
Console.WriteLine("{0:F}", i); // 654321.00
Console.WriteLine("{0:E6}", 123); // 1.230000E+002
Can someone explain... |
Forum: C# Dec 12th, 2008 |
| Replies: 8 Views: 1,649 When i used 0:f3 output is three zeroes after lastdigit.
i.e., 123456.000 |
Forum: C# Dec 12th, 2008 |
| Replies: 8 Views: 1,649 Thankyou fr the quick reply.
In the above example you have used,
can u please let me know what is {0:f3} is ??? what is f3?? Does it mean that decimal point after first 3digits? If so why is ':'... |
Forum: C# Dec 12th, 2008 |
| Replies: 8 Views: 1,649 Hi all,
I am going through the concepts of CSharp and I could not understand.. and get enough info on net about String.Format().
Can someone please explain how is it useful?!
I got this... |
Forum: C# Nov 25th, 2008 |
| Replies: 1 Views: 328 Hello all,
I am new to C# and learning concepts . I got this doubt and Thought i could seek guidance from some of you.
class zzz
{
public static void Main()
{
xxx a = new xxx();
a[2] = 20; |
Forum: C# Nov 10th, 2008 |
| Replies: 11 Views: 3,922 THANKS A TON ..
now i get no errors.
So does that mean that i was wrong at compilation all this time?!
I had this doubt in mind that how to compile classinprac1.cs file. when i tried to... |
Forum: C# Nov 10th, 2008 |
| Replies: 11 Views: 3,922 Hi Antenka,
Thankyou fr responding.
I did try that way too.. but getting same Assembly reference error! |
Forum: C# Nov 10th, 2008 |
| Replies: 11 Views: 3,922 Hi
I tried as above but
getting following error:
Error 1 The type or namespace name 'a' does not exist in the namespace 'nov8prac1' (are you missing an assembly reference?) C:\-----\Visual... |
Forum: C# Nov 10th, 2008 |
| Replies: 11 Views: 3,922 Successfull execution If I put the class in the same file.
Getting errors if it is put in different file. |
Forum: C# Nov 10th, 2008 |
| Replies: 11 Views: 3,922 thankyou for the quick reply.
Had Made it public.
Saved it F5
and
compiled it in the DOS prompt csc nov8prac1.cs
But same error is comming.
One thing i noticed is when i hit f5, the dos... |
Forum: C# Nov 10th, 2008 |
| Replies: 11 Views: 3,922 Hi all,
I am new to C# and i am learning it from home.. so my doubts may seem silly to some of you:( .
I am posting here to find some help fr the errors i get..
I am practising namespaces and i... |