http://msdn.microsoft.com/en-us/library/system.windows.forms.currencymanager.aspx   ________________________________ Regards  Zeeshan Khan Corporate...
Hi Barry (sorry for taking longer, I had some early morning stuff that needed to be addressed) Ok, so here I'm going to give you a 'real world' example (that...
Not sure if this is it, but the application ID is stored in the Asp.Net Membership tables and if the application id isn't correct for the site then it will...
raju - Instead of looking really silly, the better answer is I do not know for certain and you might ask the VB developers on one of the other yahoo boards if...
Well BindListBox( ); is not a bindlistbox is not a builtin function. You have to write it urself. I didnt read this thread but em sure that in that function...
Well BindListBox( ); is not a builtin function. You have to write it urself. I didnt read this thread but em sure that in that function you have to bind ur...
I reiterate that the site does allow me to log in, it just doesn't so when the partial site is open too. ... From: William Weaver To: CSharpNET@yahoogroups.com...
Félix Sánchez R...
fesanch@...
Oct 2, 2008 10:43 am
18533
hi, here I'm attaching my code snippet used in my web service along with this mail. when every i run my code in an webpart i get following Error message: "The...
... From: mneale1 <mneale1@...> Subject: [C#.NET] Re: Help Me Please To: CSharpNET@yahoogroups.com Date: Tuesday, September 30, 2008, 7:36 AM Hi Muhammad...
Hi, I am new to web development and need some guidance. I have learned the basics. Now I am trying to practice and learn more. Can some one recommend a link/s...
mcad100 - When you say you have learned the basics what have you learned so far? And what kind of exposure have you had to other programming languages? M. ... ...
Hi, from wher u got this word. can u explain more so that i can help Irshad. ... From: mneale1 <mneale1@...> To: CSharpNET@yahoogroups.com Sent: Friday,...
u can user kits on the web site of www.asp.net if u r using asp.net Ahmed Ahmed Sharaby ... From: mcad100 <mcad100@...> Subject: [C#.NET] Please Help:...
Hi everybody: Firt than all, I haven't solved the problem I posted with the subject "Strange error in my site", so, any help will be appreciated. Right now I'm...
Félix When you are in debug and you watch the input recordset ow what you are reading into and see that an image has been read? If you can it is a problem...
Well, it isn't a page but a normal windows application. And there's no code to show, since all I do is to create a new datasource and add a BindingSource and a...
Félix Sánchez R...
fesanch@...
Oct 6, 2008 1:04 am
18544
Thanks to everyone for their comments. The listbox control is now updating with a textbox input, but now I have to move on to another problem and maybe I will...
Well, you could also use a Session variable this way: Session["myArrayList"] = new ArrayList(); And to access it: ((ArrayList)Session["myArrayList"]).Add("my...
yes, you will need to have a means for persisting original arraylist values as well as those added. if you don't have a means in your database to accumulate...
Félix I apologize for not having asked this already but are you sure the jpg is in the database? And what Database are you using? I hope to writea little code...
My problem is now solved, this is what I did. Instead of inserting the image trough Insert/Object and selecting "Create from file" I selected "Create new" this...
Félix Sánchez R...
fesanch@...
Oct 6, 2008 3:42 pm
18549
Thanks, Rob! I'll try a session variable next. Barry ... values as well as those added. ... add a database entry as the end user adds a new value ot the ...
XP ... From: mneale1 To: CSharpNET@yahoogroups.com Sent: Tuesday, October 07, 2008 1:07 AM Subject: [!! SPAM] [C#.NET] Re: Loading image from an Access...
Félix Sánchez R...
fesanch@...
Oct 7, 2008 2:47 am
18552
I have to preface this message by stating that I probably don't know what the heck I am talking about. But if you select "Create from file", isn't C# going to...