Forum: C# Mar 20th, 2009 |
| Replies: 2 Views: 677 Hi friends,
How to Find the no of simultaneous users logged in to a web site at a time?.
Any help with the C# code will b greatly appreciated.
Regards
Robins |
Forum: ASP.NET Mar 16th, 2009 |
| Replies: 0 Views: 874 Hi friends,
I`ve created an access database and export data to it successfully by using my web application using ADOX.I`ve added 2 references,Micosoft ActiveX Data Objects Library 2.8 & Microsoft... |
Forum: ASP.NET Mar 2nd, 2009 |
| Replies: 2 Views: 744 Hi
Thank u so much for u r reply.
How to create ms access file on the server?.is it using ADOX ?
I want to export the data in the Grid view to ms access format & save it as a .mdb file whenever... |
Forum: ASP.NET Feb 28th, 2009 |
| Replies: 2 Views: 744 Hi Friends,
Does anybody know How to Export data from a GridView to MS Access using C #.
Any help would b greatly appreciated.
Regards
Robins |
Forum: ASP.NET Nov 1st, 2008 |
| Replies: 0 Views: 617 Hi frnds,
I`ve learned from a site that Microsoft kills LINQ to SQL.
URL follows:
http://ayende.com/Blog/archive/2008/10/31/microsoft-kills-linq-to-sql.aspx
Actually, I was planning to... |
Forum: ASP.NET Oct 31st, 2008 |
| Replies: 1 Views: 1,371 Hi friends,
I`ve Installed SQL 2005 Developer edition. But have some problems wih SSRS.
No report Servers were found on the specified machine.
Details: Invalid Name space
I`ve spend 1... |
Forum: ASP.NET Oct 30th, 2008 |
| Replies: 1 Views: 2,433 Hello,
I have SQL Reporting Services 2005 installed. When I go into the SQL Reporting Services Configuration Manager I immediately get an error that says that "No report servers were found on the... |
Forum: ASP.NET Oct 30th, 2008 |
| Replies: 1 Views: 1,371 Hi all,
How can an end user create reports using report builder in SQL 2005 Report Builder?
Thanks in Advance....
Robins |
Forum: ASP.NET Oct 23rd, 2008 |
| Replies: 1 Views: 588 hi all pls help
Input string is not in a correct format.
string selectsql = ("select title,convert(varchar,date,106)as date,description,cast(status as bit)as status from event_tbl where i_eid="... |
Forum: ASP.NET Oct 20th, 2008 |
| Replies: 2 Views: 496 |
Forum: ASP.NET Oct 20th, 2008 |
| Replies: 2 Views: 496 hi guys,
how to find the next primarykey value from a table b4 inserting? |
Forum: ASP.NET Oct 18th, 2008 |
| Replies: 1 Views: 1,095 hi frnds,
Is it possible to store image url in a database without converting it in to a binary array.
I`ve used an upload control to load the image in the form, and stored its path in the... |
Forum: ASP.NET Oct 17th, 2008 |
| Replies: 3 Views: 1,277 Thanks for the reply
I`m using VS2005.
pls tell how it`s possible? |
Forum: ASP.NET Oct 16th, 2008 |
| Replies: 3 Views: 1,277 Hi all,
I`m doing a project in ASP.net
How to create a remember me cookie?
code follows...
pls correct the errors in it? |
Forum: ASP.NET Oct 10th, 2008 |
| Replies: 1 Views: 1,636 Hi all!
How to use crystal report with ASP.net?
How to choose database?
pls help with an eg.
Robins |
Forum: ASP.NET Oct 9th, 2008 |
| Replies: 0 Views: 1,543 Help me !
How to use templates in a gridview? Pls help with code |
Forum: Visual Basic 4 / 5 / 6 May 31st, 2008 |
| Replies: 1 Views: 587 Hi all,
Is it possible to create a new table dynamically (using code) in an opened database? |
Forum: Visual Basic 4 / 5 / 6 May 29th, 2008 |
| Replies: 1 Views: 2,112 Hi friends,
I’m doing a project in VB to conduct a Quiz competition.
There r 4 rounds in it.
It allows customization .ie; the users can create their own Quiz.
Is it a good idea to dynamically... |
Forum: Visual Basic 4 / 5 / 6 Feb 11th, 2008 |
| Replies: 6 Views: 1,332 hi frnd,
ADOX means Active Data Object extension.To create a databse using OLEDB and ADOX,
Required references : Microsoft Activex Data Objects 2.1 Library and Microsoft ADOExt 2.1 for DDL and... |
Forum: Visual Basic 4 / 5 / 6 Feb 11th, 2008 |
| Replies: 6 Views: 1,332 hi frnd,
ADOX means Active Data Object extension.To create a databse using ADOX,
Required references : Microsoft Activex Data Objects 2.1 Library and Microsoft ADOExt 2.1 for DDL and Security.... |
Forum: Visual Basic 4 / 5 / 6 Feb 10th, 2008 |
| Replies: 6 Views: 1,332 I`m doing a project in VB to conduct a Quiz competition.
I`ve succeeded in creating databases & tables using ADOX.
The problem is how can I retrieve all table names from a database using ADOX?
... |