Hello,
What is the difference between these events?
To me, my row appears to already be changed in my rowchanging event.
Is this suppose to be how it works?
Steve
Hello,
I am having a problem where my computer is freezing when I run a ASP.net project. It freezes in the debugger, or if I try to run it as localhost. I cannot even access the windows Taskbar, or anything. I have to power off my
computer.
It is a brand new machine, XP Pro, VS.NET 2003...
Hello,
I am having a problem where my computer is freezing when I run a ASP.net project. It freezes in the debugger, or if I try to run it as localhost. I cannot even access the windows Taskbar, or anything. I have to power off my computer.
It is a brand new machine, XP Pro, VS.NET 2003...
Hello,
I want to upgrade from outlook express to outlook, but what I don't know how to do is when I recieve emails, display the picture attachments in the body of the email (such as outlook express) instead of it just showing up as an attachment (as in outlook).
Thanks in advance,
Steve
Hello,
I'm trying to fix my uncles computer which he did not update windows for a VERY long time. I try to go to windows update, and it get stuck on the screen...
"checking for latest version of windows update software"
I can progress past this part only in safe mode, but I believe window...
Hello,
I have just got a new computer and need to have a web server that can host asp.net pages.
1. I have XP Home Edition on my new machine, can I somehow make IIS available?
2. If not, are there any other web servers that can host asp.net pages?
Thanks
Steve
Hello,
I am working an a datagrid control, and for somereason it is not recognizing the changes I have until i move my row cursor.
HasChanges() always returns false.
Any ideas?
Thanks,
Steve
Hello,
Is there a control or HTML tag that allows me to make a section of page scrollable.
From my great diagram of a page:
_____________________
|............................... |
| The page................ |
|................................ |
|.... ___________ ..... |
|... | Scroll...
Hello,
I'm new to this IIS thing, and I have the SMTP available on my IIS.
I was wondering, can I configure outlook express to send and recieve emails with it? So I can send emails from the account me@mydomain.com???
Thanks.
Steven
Hello,
I am trying to create a button and have a click event.
I am not getting the event with the following :
protected Button btnReply = new Button();
private void Page_Load(object sender, System.EventArgs e)
{
//Somewhere in here I add it to a control.
}
override protected void...
Is it possible to create a new MessageBox in a thread, and be able to not select the window that called the message box?
// In Code
MenuHandler Callback
Create MessageBox in new Thread // It HAS to be in another thread
// Wait for For DialogResult And not allowed to select the window calling...
For some reason my font size for the 'Auto' when i'm debugging has grown to a fairly big size.
The locals tab is still ok, but the autos is too big to read.
How do I reduce the size.
Thanks.
Steve
Hello,
I have noticed on .NET controls such as a listbox, if an item is too large to fit into the listbox, there is no tool tip that shows the entire item.
Is there a way to turn this on??
Thanks for your help.
This is probably a silly question but...
Is there some way to not return to a calling function?
For example:
File A Code (CANNOT BE MODIFIED)
FuncA ()
{
FuncB();
// More Code
// I do not want to execute
}
File B Code (CAN BE MODIFIED)
FuncB
{
return;
}
Hello,
I have a couple of questions.
1. I have a solution that contains a project which is a open source project on SourceForge. I have tried to make a minor change to the code (comment out a section of code for testing purposes), but it does not seem to work. When I step through the code...
Hello,
I have a page that is going to dynamically display information from a database. What I am looking to do is to somehow add formatted text onto the page, but within the formatted text, I wanted to have controls in there as well, where they can handle events.
What is the best way to do...
Is it possible in C# and ASP.NET if I could get what page I am on.
This would be helpful in a Web User Control I have, to know the page open (ie index.aspx, login.aspx)?
Thanks
Steven
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.