Hi I am trying to build a web user control that will create a tabbed interface.
In my aspx I would like to have something like this
<uc1:tabbedcontrol runat=server id=tabbedpage>
<tab><name>Tab 1</name><link>tab1.aspx</link></tab>
<tab><name>Tab 2</name><link>tab2.aspx</link></tab>...
Hi, I am trying to think of a solution to this problem.
Let's say I have 10,000 records in my database and my web application displays the records in pages ( 100 records per page ). Let's say I would like to navigate to page 3, how can I write a stored procedure for Sybase ASE to return the...
Hi,
I am trying to set up replication between two sql server 2000 with a firewall in between. How should I go about doing this ? Do I need MS Proxy Server or do I just set up the ip and port in the firewall to allow the two servers to talk to each other ?
Am I right to assume that if the two SQL...
Hi, I am trying to call a COM component from ASPX, but I keep getting an InvalidCastException, it seems that the QueryInterface for the object fails.
I wrote the dll in another machine and exported it using COM+ Services.
I've even tried to write a simple COM component which exposes only one...
Hi, I am trying to call a COM component from ASPX, but I keep getting an InvalidCastException, it seems that the QueryInterface for the object fails.
I wrote the dll in another machine and exported it using COM+ Services.
I've even tried to write a simple COM component which exposes only one...
Hi, I am trying to call a COM component from ASPX, but I keep getting an InvalidCastException, it seems that the QueryInterface for the object fails.
I wrote the dll in another machine and exported it using COM+ Services.
I've even tried to write a simple COM component which exposes only one...
Hi, wondering if anyone can help me out here. I need to set up replication between a Sybase ASE and MS SQL Server. What are the best ways to implement this ? Would I need to purchase Sybase Replication Agent ? or is there a way to do it with SQL Server as the primary server ? Really appreciate...
Hi i have a table with columns a,b,c,d and i want to insert it into another table with the condition that a,b,c is not the same. If a and b and c is the same, then don't insert. Either one is different, then insert.
I can't use distinct because distinct can only be applied to one column.
Can...
Hi, I am trying to create a setup program for my application with Microsoft's Package and Deployment Wizard.
I encounter a problem trying to include files with the same name but in different folders.
For instance, I want to include file1.txt in folder1 and also file1.txt in folder2. The wizard...
Hi, can anyone help me with this problem ?
I want to create a table with three fields, DeptID, StaffID and StaffCounter.
The staffcounter is a counter for the number of staff in a department. Whenever the DeptID changes, I would like to reset the staffcounter. I don't think Identity works for...
Hi there,
I hope someone can help me out with a problem I've been facing. I have an XML file which can potentially grow up to thousands of records. I would expect this to slow down the transformation tremendously. Also, I would like to implement dynamic paging and sorting in this huge XML file...
Hi, I need some help developing a MMC Snap-in Application. Right now I am stuck trying to develop a filter function for the result listitems.
Let's say my results are a list of machines, and I only want to view Pentium machines, how do I develop the mechanism for doing that ?
Please help ! Thanks !
i reinstalled my windows 2000 server recently because of some problems, and after reinstalling, my iis is not working anymore !
everytime i open iis and try to manage my websites, it will not list my websites and gave me an error message = "Can't enumerate web sites because of the following...
i reinstalled my windows 2000 server recently because of some problems, and after reinstalling, my iis is not working anymore !
everytime i open iis and try to manage my websites, it will not list my websites and gave me an error message = "Can't enumerate web sites because of the following...
I would like to use window.print() to print the contents of a page but I do not want to print the "Print" button on the same page.
Is there any way I can get around this ?
Thanks !
How do I add text into the middle of a text file ?
I was trying to do it via textstream, but OpenAsTextStream would only allow ForReading only, ForWriting only, or ForAppending only.
I need to look for certain occurences in the text file and replace it with other text. For that I would need to...
hi, i am trying to update 30 columns in a table but it's a hassle typing all the 30 column names in the update statement, is there a way to loop thru the column names ? the column names are col001 ... col030
thanks for the effort !
Hi,
I have a problem developing a print function with webclasses. What I use is common VB print functions like Printer.Print and Printer.EndDoc etc. It all works well when tested, but after deployment, whenever users try to print, the output will be printed on the server's ( where the dll is )...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.