Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 18523 - 18552 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18523
ok give me a few minutes and I'll work through an example for the group. rob ... From: bsperlinus <bsperlin@...> Subject: Re: [C#.NET] Updating a...
Rob K
nboboloo
Online Now Send Email
Oct 1, 2008
4:07 pm
18524
http://msdn.microsoft.com/en-us/library/system.windows.forms.currencymanager.aspx     ________________________________ Regards   Zeeshan Khan Corporate...
Zeeshan Khan
it_zeeshanlko
Offline Send Email
Oct 1, 2008
4:07 pm
18525
Thanks Siva, What does the function BindListBox() do? I couldn't find it in a C# book and it didn't come up with Google. Barry...
bsperlinus
Offline Send Email
Oct 1, 2008
4:07 pm
18526
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...
Rob K
nboboloo
Online Now Send Email
Oct 1, 2008
4:07 pm
18527
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...
William Weaver
william.weaver
Offline Send Email
Oct 1, 2008
4:08 pm
18528
Hi, Thanks for your Kind reply,below is the flow i need to implement.         Legacy system(VB5) application have product registration functionality...
raju hv
magadiraju
Offline Send Email
Oct 1, 2008
4:09 pm
18529
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...
mneale1
Offline Send Email
Oct 1, 2008
11:54 pm
18530
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...
Shahid Riaz Bhatti
risky_bhatti
Offline Send Email
Oct 2, 2008
4:23 am
18531
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...
Shahid Riaz Bhatti
risky_bhatti
Offline Send Email
Oct 2, 2008
4:26 am
18532
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@...
Send Email
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...
Akshaya M
ask_xyz
Offline Send Email
Oct 2, 2008
10:43 am
18534
Is the input url fully qualified like https://restofurl.wow or http://needsToHaveHTTPInURL.yes ? M. ... with this mail. ... (),enc);...
mneale1
Offline Send Email
Oct 2, 2008
6:43 pm
18535
... From: mneale1 <mneale1@...> Subject: [C#.NET] Re: Help Me Please To: CSharpNET@yahoogroups.com Date: Tuesday, September 30, 2008, 7:36 AM Hi Muhammad...
Heena Heena
onlyheena123
Offline Send Email
Oct 3, 2008
11:12 am
18536
And gffhu7kasrhmnealopqwe905 means what? M....
mneale1
Offline Send Email
Oct 3, 2008
4:36 pm
18537
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
Offline Send Email
Oct 3, 2008
8:06 pm
18538
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. ... ...
mneale1
Offline Send Email
Oct 3, 2008
11:49 pm
18539
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,...
irshad mohammed
irshad_no1
Offline Send Email
Oct 5, 2008
4:15 pm
18540
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:...
ahmed sharaby
ahmedegeg
Offline Send Email
Oct 5, 2008
4:18 pm
18541
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 Sánchez...
fesanch@...
Send Email
Oct 5, 2008
4:18 pm
18542
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...
mneale1
Offline Send Email
Oct 5, 2008
9:45 pm
18543
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@...
Send Email
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...
bsperlinus
Offline Send Email
Oct 6, 2008
5:18 am
18545
Well, you could also use a Session variable this way: Session["myArrayList"] = new ArrayList(); And to access it: ((ArrayList)Session["myArrayList"]).Add("my...
Félix Sánchez...
fesanch@...
Send Email
Oct 6, 2008
10:57 am
18546
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...
Rob K
nboboloo
Online Now Send Email
Oct 6, 2008
11:43 am
18547
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...
mneale1
Offline Send Email
Oct 6, 2008
2:12 pm
18548
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@...
Send Email
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 ...
bsperlinus
Offline Send Email
Oct 6, 2008
5:29 pm
18550
Félix What version of the Access Database are you using? M....
mneale1
Offline Send Email
Oct 6, 2008
11:07 pm
18551
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@...
Send Email
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...
Rob Richardson
interrobang
Offline Send Email
Oct 7, 2008
12:52 pm
Messages 18523 - 18552 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help