Web Forms :: How To Create A Multi Tab Section
Feb 9, 2010
I need to be able to disply Description for 1 product and Specs on the same page,
I was lookin into tabs i would like to have something like this
[URL]
or same as in this forum When we right the post,(Compose | Option | .
View 1 Replies
Similar Messages:
Mar 10, 2011
I am trying to create a forgot password section within my login section and it doesnt seem to work.
In my forgotpassword.aspx page my code looks like this:
[code]....
According to our records, you have requested that your password be reset. Your new password is: <%Password%>
If you have any questions or trouble logging on contact a site administrator.
No connection could be made because the target machine actively refused it ::1:25
Description: An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it ::1:25
View 2 Replies
Feb 8, 2011
I've been asked to re-write an existing VS 2003 applicatoin in VS 2010. The application contains multiple sections that allows certains users the ability to edit based on security roles. Each user is able to view the sections. There is ton of code to enable/disable section permissions for each user. Is there a better option available in VS 2010? I'm not too familiar with MVC and not sure if it would work in this scenario - each section should be available when the users login.
View 9 Replies
Aug 29, 2010
I'm trying to create a member section for my website and a non member section. I want the nonmember pages to have access to all the member pages but just not certain features like saving to the database. Is there a way to have the same page for both members and non members but have certain controls like buttons and other things that are only usable to the member that is logged in?
View 5 Replies
Jan 18, 2011
Our current application is working fine but when you try to misbehave like we found out that When login with same user in multiple tab with different organization(there is a organization dropdown in the master page which sets the cookie whenever it is changed.) in tab one it is org 1 and tab 2 it is org2 , cookie has the later org 2 in it but when we go back in tab1(which had org1) and save the record org 2 will be saved with the record So can some one share some sort of a checklist with us which address these types of problem.
View 3 Replies
Jan 9, 2011
I create notepad file for multi language. example
SiteName=mysite
EnterName=Enter Name
Yourage=Your Age
etc...
I want to Use above assign Text or Label for dual Language. How can i show above label to my aspx site. or is there any example? i can see how to fetch to notepad data in the asp .net site for dual language? I dont want to use Label store in Database, i want to use Label from notepad.
View 6 Replies
May 7, 2015
How to make multi columns with iTextSharp or fusioncharp reports.
View 1 Replies
Dec 2, 2010
how we can make Multi- series 3D column chart using ASP charts
View 4 Replies
Jul 10, 2010
how to create and use a custom section in web.config ?
View 3 Replies
Feb 24, 2011
I want my codebehind to dump a very large set of JS into the ASPX page. This is required, as I can't use external JS code for this component, and the code is also unique to each customer. Is it possible to do this from codebehind? I know how to set the value of text boxes etc. (.Text/.Value = xxx) but I can't see how I can just 'dump' code straight onto the page.
View 3 Replies
Mar 26, 2011
adding a scrolling news section to a web site? I'm thinking about allowing a user to enter news into a database and use Javascript to make the news scroll once its displayed on the page. Is this how it is typically done?
View 1 Replies
Nov 13, 2010
In my ascx markup, I have the below code that I am trying to move to the code-behind:
<fs3:LanguageBar CssClass="setIn" ID="languageBar" PostBack="True" runat="server">
<LayoutTemplate>
<fs3:LanguageList ID="languageList" runat="server" CssClass="setIn">
<ItemTemplate>
[code]...
View 1 Replies
Feb 4, 2011
I need to create a membership section in my ASPX website and I was wondering how do I start. It should be a simple member log in section, where they could register, see their profile, and upload documents once they register. Do I need to create a database for that or visual studio 2010 already has some templates included?
View 1 Replies
Feb 23, 2010
How to create Rows and Column using Datatable Gridview Itemtemplate with multi header I need to create Datatable Gridview Itemtemplate fixed rows and column such as 7 rows and 7 columns
[Code]....
View 2 Replies
Jul 12, 2013
with this code website works perfect
<configuration>
<system.web>
<httpHandlers>
</httpHandlers>
</system.web>
</configuration>
but when I add
<add path="ThumbHandler.ashx" verb="*" type="Delshad.WebControls.ThumbHandler,Delshad.ThumbPic"/>
or
<add verb="GET" path="CaptchaImage.axd"
type="MSCaptcha.CaptchaImageHandler, MSCaptcha" />
in httphandlers section when I go in my site it is only a blank page!
before In other two host there wasent problem but this is a new host and I face with this problem.also in local there isn't any problem.
View 1 Replies
Jul 27, 2010
I have a gridview within a panel. As I am using ASP Content, and the width of the grid view will auto extend to the left, and beyond the default IE width, and I got to scroll to left using the horizontal scroll bar.
Now, I wanted to fixed the length of the Panel to maybe 800px or 900px. With this I wanted to add a section to the Panel, and put the grid view within the section, and I wanted this section to have the ability to scroll horizontally.
In short, I do not want the Ie's scroll bar, instead, I want a scroll section within a Panel.
View 4 Replies
May 10, 2010
develope my application in multilingual, specially in ORIYA Language.
My objective is when I choose oriya option, all my input should be in oriya and data retrieve from table should display in gridview in ORIYA language.
View 10 Replies
Feb 6, 2010
I want to create multiinstance application in Azure. and then demontrate that if one of the instance is down other instance is working fine. How should I achive that.
View 1 Replies
Mar 18, 2010
I want to create multi series asp.net chart in dynamically.I am new one for this concept.
View 1 Replies
Nov 15, 2010
I am looking for multi-level accordion menu (drill down to few levels deeper) (expand and collapsible) for my website. Is there a sample anywhere I can use? it will be nice if I can dock it to the left by clicking on an icon and slide back when I click on the icon again.
Something like this:
menu1
menu2
menu3
menu4
menu5
menu6
menu7
menu8
View 3 Replies
Sep 29, 2010
How to create Multi language website in aspx where database store translations? I search many articles but there is not uniq solution.
View 3 Replies
Apr 7, 2010
I want to create a multi-tenant application that uses the hostname to determine the customer.
For example:
CustomerOne.myapp.com
AnotherCo.myapp.com
AndOneMore.myapp.com
I can do the database and security side with no problems, I can also get the hostname from the URL, but what I am struggling to find out is how to create the basic plumbing that would allow a new customer to sign up online, provide their company name, and for the application to create the new URL, ready to be used straight away.
View 1 Replies
Feb 3, 2011
I'm creating a multi-language website, in starting i will use three languages English, Hindi & French.
well i want to know that, do i use "Globalization" or i create a MasterPage & share it in all three language page...???
becuz im using CSS, and English words & other language words length is very differnt....... im thinking, by use Globalization, it will not effect on the Webpage layout....
so what will i use Globalization or Masterpage share pages in three languages?
View 9 Replies
Dec 29, 2010
i want to create a multi languages website with xml file
actually i saw the yaf use this method and i also want to use it in my website with some difrent
the xml file that use yaf look like this:
[Code]....
now i need to create a class that read the xml file and create some function that return the words like:
Language.Title() will return the Title word as string
View 4 Replies
Nov 19, 2010
how do i create website which supports various screen resolution & Multi browser support (i.e 1024*768 ) and others using asp.net...
i have developed website in asp.net (vb) my monitor resoultion is 1024*768 but when i try to access my site in other monitor having the resolution more than 1024*768 then the controls are unmanaged .... in the webpage...
View 1 Replies