Thank you very much, that is what I want. Thnks
Yonathan1111
Posts
-
class concept -
class conceptThank you You gave me a hint. Thanks
-
class conceptThank you for your cooperation. I don't have code sample, it is a design. I'm asking what logic should I follow? Thanks
-
class conceptHallo everybody, I'm doing a sample of project which has a base class and other two or more subclasses of the base class. The base class is directly connected to a database when the time is to run. My questions are the following: 1. Is it necessary to embed the connection properties every-time in the subclasses? 2. The same question, but little confusing for me, here it goes: cmd = new SqlCommand("sql statement", con);// found in one of the subclasses Both cmd and con are instances of the class SqlCommand and SqlConnection respectively. Why is con necessary here? I mean, once a connection is established in a base class and inherited in the subclasses, then why? If I might not be clear enough, please let me know. Thank you
-
any ConceptoHello world, I don't have any idea how do to make connection to a database using the language C. I preserve if it would be to SQL server. Thanks
-
HelpHi Richard, Could you tell me what forum is the right? If possible I need your help. And by the way I thank you.
-
HelpIs there anybody knows about PowerBuilder 12 .Net and how to use it? Help me. Thank you.
-
win to webHello all, Is possible to browse windows application to web application? For example, I want to convert or see my calculator(win app) in web application. Possibly it should be with out the need of rewriting the entire code. Thanks
-
Host a new page [modified]Hello everybody, I have added a new xaml page in my silverlight project, but I don't know how to host it into a new aspx page rather, how do I do that? What I mean is I'm trying to have multiple silverlight(xaml) pages in one project and hosting them in different aspx pages. Thank you
modified on Tuesday, February 23, 2010 7:55 AM
-
silverlight (strange) [modified]Hi everyone, Problem is solved. I find out the problem it is port number issue. Thanks I have been working on silverlight, it works fine for a while but becomes idle especially after one day or turn off my laptop. By the way it correctly displays what I wished to view, it is a table from a .mdf database (AdventureWorksLT.mdf). Please help me it is urgent. Thank you
modified on Monday, February 22, 2010 3:40 AM
-
Logic to LoginHi all, I have been building a program which is dependent on database. So, a user can login and do something. My issue is how to make the environment well secured. My login design, asks(accepts) a user's loginid(userid) and password which will be compered with the corresponding values in the database, and then success/failure comes. I want any better login disgin logic than this, it's urgent. Thank you.
-
powerscriptHi all, pleas tell me if there is a Thread object or class in powerscript or powerbuilder like we find in csharp or java, and how to use it, if it exists?Thanks.
-
Pushing Code to a ServerHello everybody Is possible to push a code project to a database server? The project has built in .Net framework that is .aspx, and it has written in c#. The server has no visual studio environment, it is just database server and contains Ms_Sql. If there is any clarity problem in my question I try to explain briefly. I forgot something, is the project should be published using publisher? Thanks
-
Disabling Back ButtonThank you for your help.
-
Disabling Back ButtonThank you all for your help.
-
Disabling Back ButtonHello everybody, I'm working with asp.net and my project has login interface which accepts user's information and redirects to another page. After a user has logedout s/he never return to that page,but this doesn't happen,in contrast, when the user uses the back button s/he can again visit the page. I want to disable the back button, how can I? Or is there another method to do that? Thank you.
-
WMPHi everybody, I think you understood me in wrong way, I just want to say, I couldn't afford the book it is not for the free code. Thank you.
-
Java Datagrid! [modified]Hello everybody, Is there such datagrid control in Java like we have in VS? Thank you.
modified on Wednesday, October 14, 2009 9:47 AM
-
WMPHi leapsword, I need free source. I am very far away from where you are or the book. Thank you
-
WMPHello everybody, I have started again working my own windowsmediaplayer. I had included wmplibs in my code, but I could only see the interface(control), I couldn't activate it. Internally it can play for an audio, but not with the wmp control. My question is, how to activate the control and or how to play media using the control?