Hi all, I'd like to create a simple control panel for administrators and users using ASP.NET to connect to digichat server and manage it to make wide changes...
Hello all, I'm new to this forum, and to C#, but I've got 30 years of programming behind me--everything from 6502 assembler to COBOL to C and C++. This is a...
An example of a CMS system in .NET can be found in DotNetNuke. It is written in VB.NET but you should be able to look it over to see how things are there. ...
Hi, There are many ways you can pass variable between pages. You can go for Sessions, query string parameters etc. there is another method. when traversing...
hi, I dont understand y do you need to use 1.1 framework app on 2.0. If you have the code, convert that to 2.0, n use it. This is not possible, compling .net...
hi Kerry This is a lot to bite off for your first C# project. (as well as being a 31 year veteran who started off shagging punch cards around on cafeteria...
But sessions take memory space, best to minimize the amount of sessions, wht do you think? In a message dated 02/03/2007 04:07:03 GMT Standard Time, ...
Hi, I am using ASP.NET dataset to populate a report, and it does populate the report if I set the datasource to the typed dataset, but when I use the ...
Thanks, Rob. Wow--punch cards--brings back memories... I'll check out the open-source systems. Thanks for the link. I actually did a Google search, and didn't...
Hello heros... i need help i have used atlas control tool kit for ajax implimentation.... i m facing the problem of maintaining scroll positions i have grid...
Microsoft just opened a site for beginners to learn C# using Visual Studio Express. If you are new to C# this might be a good place for you to start some...
Hi... My understanding to the Page.RegisterStartupScript is it is written as javascript to the page, and for that to happen and executed, the page has to be ...
its easy use response.write Response.Write("save, <script language=Javascript >window.location='Default2.aspx',alert('The pool is Enter succesfully....
Hi, I am working on a mobile project in .Net and i have problem. Firslty, let me to explain my problem. I use Remote Data Access for synchronization between...
There is a cleaner way to do so from the button which will do the redirection: LinkButton1.Attributes.Add("onclick","javascript:return confirm('Are you sure...
1-Your insert statment need to be like this since the table must have more than one column "insert into nomination (Attend) values (@attend)"; I also advice...
Hallo I have a qauestion which i hope someone can help me solving it , i had to use Datagrid which connects to the databse using the dataset . My proplem is : ...
Hello, The thing you are looking for is Columnstyle. I have many codes for columnstyle but they are very long to post in mail. You can search in web ...
Hi I Dont understand your problem but If you want to use Different column in single column then you should use TEMPLEFIELD class. There is a example at MSDN....
Dear All, Can anybody send me an eBook of ASP.NET 2.0 with C# ( PDF Format ). I searched in net, but couldn't find any on ASP.NET 2.0. Version 1.1 is...
hi i m using microsoft web browser component in c#.net i want that wen i open any url in that then the source of that url come in my string example: open any...
hi my question is how can I catch bluetooth devices around my computer using C#? thanks _________________________________________________________________ Find...
򋂄 amar
amar441@...
Mar 6, 2007 3:11 pm
16145
Hi, I want to ask you that how can i change the color of a button in windows form in Visual Studio 2005 Express Edition. I tried my best to change it from...
Hi Sane, I dont know the answer of your first question. For the second question, you should add this.Hide(); to the first form. I think you wrote this.Close();...
i want to put a web site written by asp.net and codebehind c# on a cd. that anyone can open from his pc.... and if anyone know how to convert sqldatabase to...
Walaikum Assalam Saman Naz, Here is a solution of ur problem, //Form1 coding: private void BtnShow_Click(object sender, EventArgs e) { Form obj = new Form2(); ...