TABS In ASP .Net

I have seen some where in microsoft website they are using TABS in .aspx pages. Where I can find and use in my ASP .Net project.

View Replies


ADVERTISEMENT

Displaying Tabs

i use the following code to retrieve text from access database using Dreamweaver:

<%str = replace ((RS1.Fields.Item("Text").Value), vbNewLine, "<br/>")
Response.write (str)%>
(above code just wraps the text by inserting lines)

However, when i have tabs inserted inbetween text, it does not display it on ASP page. how can i have the tab viewable when i retrieve data?

View Replies View Related

Creating Tabs Dynamically

Is it possible to create tabs dynamically using asp. eg .i m working on three projects. so when i open the portal, it will show me information of each project in three diff tabs with the name of project displayed on the tab. If tomorrow i ll be working on 2 or 4 projects it will display me only 2 or 4 tabs.

View Replies View Related

Read Text File By Line And Values Separated By Tabs

I have a log file from my email software program. Each entry is on a line and the values are seperated by tabs. How can I read through this text file such that I insert its contents into a database? Thanks. Tom

Here is one entry from that file:

11/30/06 00:00:21SMTP-IN25AA24076F2041D7B35E97EE7748D06C.MAI65284.244.91.208EHLOEHLO [84.244.91.208]250-home [84.244.91.208], this server offers 4 extensions11922

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved