Forum: ASP.NET Oct 5th, 2009 |
| Replies: 3 Views: 421 here is the .aspx code that i have fore the gridview:
<asp:GridView ID="ItemsGrid" runat="server" AutoGenerateColumns="False"
CellPadding="4" ForeColor="#333333"... |
Forum: ASP.NET Oct 4th, 2009 |
| Replies: 3 Views: 421 Greetings members,
i would like you to help me with a problem that i have. I have a gridview and in each row of the gridview there is a nested gridview. What i want i to insert paging functionality,... |
Forum: ASP.NET Sep 8th, 2009 |
| Replies: 1 Views: 394 Hello all,
I want to create a stored procedure using SMO Objects. I have set up all the properties of my Smo.StoredProcedure object, but when i try to create it, it throws me this Exception Message:... |
Forum: ASP.NET Sep 5th, 2009 |
| Replies: 1 Views: 438 Hello all,
what i wanted to ask is, if someone does know how to Serialize or mark as Serializable a Microsoft.SqlServer.Managment.Smo.Table, because when i try to add an instance of a smo.Table to... |
Forum: C# Sep 3rd, 2009 |
| Replies: 4 Views: 1,220 I thought that because the subject is relavant to SQL, i should create the new thread to Sql section. With regard tothe solution you gave me, i will try it and i will let you know. :D |
Forum: C# Sep 2nd, 2009 |
| Replies: 4 Views: 1,220 Doesn't anyone know how to help me?? :S |
Forum: C# Sep 2nd, 2009 |
| Replies: 4 Views: 1,220 As the title says, how can i convert a string value to a Microsoft.SqlServer.Managment.Smo.Datatype ??? :-/
Example of code that im looking for:
Using Microsoft.Sqlserver.Managment.Smo;
... |
Forum: MS SQL Aug 22nd, 2009 |
| Replies: 2 Views: 422 Thank you for answering. I think i have find a way to do what i have asked.. :D |
Forum: MS SQL Aug 21st, 2009 |
| Replies: 2 Views: 422 Hello all,
I want to create a custom login form for SQL Server 2005, which will have 2 textboxes(Username,Password). When the users clicks the submit button then i want to check the SQL Server users... |
Forum: ASP.NET Jul 15th, 2009 |
| Replies: 7 Views: 317 what do you mean the string values of the control?? :S |
Forum: ASP.NET Jul 14th, 2009 |
| Replies: 7 Views: 317 That's exactly what i want to do. do you have any idea how can i do this?
Or can you provide me with other solutions that can help me in this situation? :S |
Forum: ASP.NET Jul 13th, 2009 |
| Replies: 7 Views: 317 Hello all,
im writing an ASP.NET application and i wonder if is there a way that can i obtain the ASP.NET markup code(e.g. <asp:button etc etc) of a control that it is created 'on the fly'.
... |
Forum: VB.NET Feb 19th, 2009 |
| Replies: 2 Views: 349 i have a program that has to connect to a remote db ( SQL or Access). i have found a way to connect to the sql db but i dont know how to do the exact same thing with the Access db....
Anyone can... |
Forum: VB.NET Jan 2nd, 2009 |
| Replies: 10 Views: 2,000 what's the error code when you run this? |
Forum: VB.NET Jan 2nd, 2009 |
| Replies: 4 Views: 550 I wish you a Happy New Year, and dont forget to mark topic as solved if i answered you question :D |
Forum: VB.NET Jan 2nd, 2009 |
| Replies: 3 Views: 1,204 first you should tell me what control are u using so as to write the code for the specific control.... :) |
Forum: VB.NET Jan 2nd, 2009 |
| Replies: 4 Views: 588 you could say the programm that everytime that the user is typing the password, it should check the ini-like file to see the password matching for this username.... :)
Happy new Year! |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 4 Views: 588 I can give you an idea... You could make an .ini-like file, and as i hope you know the structure of the .ini file is property = Value
so you can put in the property field the "UserName" of the... |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 3 Views: 840 You could hard-code it yourself and not rely on the property fields.... |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 9 Views: 519 ok i will try it, thanks for taking time to answer me! ;) |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 3 Views: 1,204 yes this happens because the control you are using is not eligible to update its data everytime. So what do you need to do is to update the data that is shown every time that you add a row.
you... |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 4 Views: 550 what can i understand from your question is that you want when a button click event is raised a new executable will be created...
I havent tried at all, but i think that you could go to the button... |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 4 Views: 1,029 you could use the streamreader.Readline() and you must declare a variable of value Integer. After declaration make a loop until the End Of File is reached, and for each line that read then plus 1 to... |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 3 Views: 840 could you post the error message? if you are using VS then open the button below to the message... |
Forum: VB.NET Dec 30th, 2008 |
| Replies: 9 Views: 519 but wouldnt that take a lot of memory that every time i want to preview a HTML page to save the code and then run it? |
Forum: VB.NET Dec 29th, 2008 |
| Replies: 9 Views: 519 im trying to show the generated html code in the .NET web browser control, but it stucks
here's the code im trying to use:
wbrPreview.DocumentText = txtHTML.Text
Where the wbrPreview is the... |
Forum: VB.NET Dec 28th, 2008 |
| Replies: 9 Views: 519 Hello All, i have an aplication to make that converts a rtf text into html and then the html code must be shown into a web browser. What can't I do is to convert the HTML Code into a html website. To... |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 1 Views: 583 Hello all, i have a problem and im in need of your help... I have a treeview with 2 parent Nodes and in the parent nodes there are some node:
Members
New
Search
Administration
... |
Forum: VB.NET Nov 5th, 2008 |
| Replies: 4 Views: 1,517 yes but how can i do this? could you post an example of that.....
Thanks |
Forum: VB.NET Nov 5th, 2008 |
| Replies: 2 Views: 337 can u post some of your code so i can understand what are u requesting??? :) |
Forum: VB.NET Nov 5th, 2008 |
| Replies: 4 Views: 1,517 Hello all, i would like you to answer me a question:
I have a Select case statement:
Select Case textbox1.text
and i want to add more than one case,for example:
Select Case textbox1.text... |
Forum: VB.NET Sep 16th, 2008 |
| Replies: 4 Views: 582 please its not that difficult to help a new programmer!!!! :D |
Forum: VB.NET Sep 11th, 2008 |
| Replies: 4 Views: 1,116 A simple Insert Statement Function made by me for another project.
Function Insert(ByRef Conn As OleDbConnection, ByRef connection_string As String, ByRef Transaction As OleDbTransaction, ByRef... |
Forum: C++ Sep 11th, 2008 |
| Replies: 6 Views: 523 try the following for an Ascenting buble sort . I think that will help you.All im doing is swaping the values, just like a swap algorithm.
Happy Coding!
private: System::Void... |
Forum: C++ Sep 11th, 2008 |
| Replies: 6 Views: 523 try the following for a buble sort Ascenting. I think that will help you.All im doing is swaping the values, just like a swap algorithm.
Happy Coding!
private: System::Void... |
Forum: VB.NET Sep 11th, 2008 |
| Replies: 4 Views: 582 Hello all, im new to this community and i would use some help. I have learned VB.Net and i write programms for almost a year and a half. Currently im learning C, C++, and C#, but i dont have any... |