So Helpful. Thanks again.
sepel
So Helpful. Thanks again.
sepel
It works !. Thanks Amir. Dear Amir,I have some expert in C# and now I migrate to mfc for some interesting and some works !. Can I ask you guide me to some books or another resource to help me learn mfc better( and quick)? Best Regards
sepel
Hi Experts. I'm new in Mfc. In c# I cloud easily add new form to my application and show it. At first step in Mfc I need to add some dialog to my application and then from some menu or button command display it. But I mixed to how do it? Thanks for your kinds.
sepel
Thank Manas. I find Some Code sample?
sepel
Hi. Can It possible to show a web page content as a an Thumbnails or image(such as Firefox add-on)?
sepel
Sorry.I found there are some article in this site after I had wrote my post.
sepel
I Want to find some rounded button and panel or TabControl like it: http://seifolah.byethost3.com/pics/niceUI.PNG[^]
modified on Monday, April 6, 2009 12:09 AM
Hi All. I have Data grid and bind it to a bindingSource object.I set bindingsource DataSource property to a list of class A. my list:
List lstPVirtualDetails = new List();
my Bindingsource:bndDetails
bndDetails.DataSource = lstPVirtualDetails;
my grid:dgDetails
dgDetails.DataSource = bndDetails;
Then I add some A object to list But Gridview don't display any thing:confused:
DA.viwPurchaseDetail details = new Cooky.DA.viwPurchaseDetail();
details.discount = discount;
details.name = lblProduct.Text;
details.price = price;
details.quantity = quantity;
details.id = CurProduct.id;
lstPVirtualDetails.Add(details);
But my grid don't display any thing. What's problem?
sepel
modified on Tuesday, February 17, 2009 2:49 AM
Thanks for your replay. I found the solution: http://professionalaspnet.com/rss.aspx[^]
sepel
These links may be helpful: http://www.aspnettutorials.com/tutorials/database/XML-Csharp.aspx[^] http://asp.dotnetheaven.com/howto/doc/Xml/ModifyXmlDocument.aspx[^]
sepel
Why Do you use style in html tag?
sepel
What type of function Do you want to use? crystal report function or you're own function??
sepel
Hi mehrdad. Use some like this: div { color:#ff33cc; .... } Or you want to assign any class that contains "div" name??!! :doh:
sepel
You may not assign any value to you'r LinkButton. And it can't Convert Null to int32. ;)
sepel
Can you explain more. Whats you'r source information?From control?
sepel
Web Is so different from Win. You must use JavaScript to handle key event.
sepel
It may help you:
sepel
Use ImageButton Control .
sepel
By default when you click links on webpage visited link color change. You can use this style in your header page. a:visited { color:green; }
sepel
Karthick_gc wrote:
I have a radio button control
Karthick_gc wrote:
its one option is selected
I think you forget to write all your soluion !! :doh: Is there only one radio control on your form?
sepel