Web Forms :: Create A Website Similar To The Other In Design
Mar 23, 2010My Boss wants me to create a webpage similar to RTA's page. How to do it? If possible give me a sample project similar to RTA.
View 2 RepliesMy Boss wants me to create a webpage similar to RTA's page. How to do it? If possible give me a sample project similar to RTA.
View 2 RepliesI guess the title gives most of my question away, I have a university project in which I must design and create a website in php or asp.net I have chosen the asp.net path since I am pretty familiar in php and I prefer C# to php.. Could someone please reference some good online places to visit to do some further learning, and recommend some books
View 4 Repliesthe possible options to get the dynamic web pages. Existing application: We have windows application to desing the "Screen designer templates". The end user uses this application to make his own screen templates, save the information in xml and get the screen in run time. This works fine for windows based application. Current Problem: Its difficult to provide such screen designer application in web. I mean Drag & drop the controls in web page during the run time. So we are planning to use windows application to design the template. And during the run time user should get his own designed template on web page. We are trying to display the similar web form like as windows form with matching controls. let me know what are the options available to solve this problem.
View 4 RepliesI was wondering is there anyway to create a flag column similar to outlook or is there any 3rd party control out there that already has this feature built in?
View 1 RepliesI just wanna ask if there's a way in C#/ASP.NET to create 'dynamic' tables/fields similar to phpMyAdmin:
View 4 RepliesI am creating a user control that I wish to have inner properties as well as normal attributes. Although the actual function of the control has nothing to do with, say, UpdatePanel, I am trying to create something with similar ASPX markup. The developer designing the page should be able to use my control like:
<ns:MyControl ID="someID" runat="server" SomeOtherAttribute="true">
<ContentTemplate>
<asp:Label ID="someLabel" runat="server" Text="Normal page markup and controls should go here" /><br />
<p>This should be OK too.</p>
</ContentTemplate>
<ControlEvent ControlName="idOfOtherControl" Event="Click" />
<ControlEvent ControlName="idOfSomeOtherControl" Event="MouseOver" />
</ns:MyControl>
Also acceptable would be wrapping the ControlEvent tags in some other tag, more like what happens when using UpdatePanel:
<ns:MyControl ID="someID" runat="server" SomeOtherAttribute="true">
<ContentTemplate>
<asp:Label ID="someLabel" runat="server" Text="Normal page markup and controls should go here" /><br />
<p>This should be OK too.</p>
</ContentTemplate>
<ControlEvents>
<ns:ControlEvent ControlName="idOfOtherControl" Event="Click" />........................
I want to create a web page with a table on top and a scrollable panel. Similar layout to yahoo mail inbox page (list of inbox messages on top and the panel displaying details). Further more, the table displays general information list and the panel displays a list of detail records. when a user clicks a table row, the panel is going to jump to the specific detail row, similar to html anchors. Do you know how to implement this?
View 3 RepliesI want to design a mobile responsive website :
Using template below in asp.net for demo : [URL] .... but don't know how to start ... small example like to show with repeater, grid or datalist .. but that grid, repeater, or list must be responsive...
or How to bind that using query or sql data source..
I'm currently creating a web application.
I had Administrator, Teachers, Students roles.
I wanting to create a function where Administrator able to change username of the users that login to my web application or delete that user.
The users are created from asp.net web site administrator tools (security tab)..
I am creating a web site through command line. I am able to create a web site with single host address. But i want multiple host address for a website. this is the command I am using iisweb /create D:Test Test.com /d [URL]
View 6 RepliesSo i am using visual studio 2008, asp.net 3.5, with the basic toolkit provided. Now i have made the gui which a lot of functionality but the design is very basic. nd looks too old. I need to give it a new look, a new feeling new designs. like the gridview, the buttons the textboxes, the menus look basic. this is not working for me. let me how should i go about doing this?
1) i have herd about tool kits but dont kno which ones are good..(dont want the really expensive ones) but if it is really good my company is ready to spend.
2) will the new VS 2010 or asp.net 4.0 make a difference.
3) The ajax toolkit or silverlight toolkit is any good?
4) i also need to show Charts and graphs now, currently using MS charts.. but now i need which is good.
i want to manage all the design of my website(asp.net) through my css. my client requirement is he should be able to change all design of website within 4-5 hrs.
View 3 RepliesI wanna to ask the following question about the design of any web application.
when maximizing ,, minimizing , zooming the browser ,, i note many problems happen to my web application design for example the horizontal menu like the one exists in SO site when minimizing the window the items of the menu in my website go down the other .. and other things make the site sucks and distracts the design .. how to make the design more flexible with the changes in monitor size , the preferences of the browser , maximizing ,and minimizing the browser ,, how to make the site design more flexiable about all those issues .
I wish to learn to develop web sites with asp.net 3.5 Does anyone know of any good books or website tutorials that could teach me how to develop creative web sites? When I mean creative, i mean master page examples and use of tables etc etc.
View 3 RepliesI heve designed a website in which every pages are given connection with SQL server by writing the codes in each page.
View 1 RepliesI have an web based application. The content for the Home page has been currently mentioned in the HTML code for the Home page using , and tags. To change the content anytime in future, it needs to be changed in the HTML code.
Is there a way that we can pick up the content from some external place and get it reflected through the website. This ways, any change if required can be made at the external location without referring to the application's code.
1) I have images (.png) with transparen backgrounde,which is draw by my designer suppose name of image is Col1.png 2) I also have few images with fabric design. suppose name is fabric1.jpg/png 3) Now i want to create new image with same design as Col1.png with fabric1.jpg/png design.
View 1 RepliesI'm currently messing around in Access to develop a website, or I should say - develop the initial workings of a database system in an environment that I am familiar with. As the .Net environment is the one I am most familiar with for developing, deploying the Access database into the more full-fledged SQL Server environment is a natural step. Now comes the part with ASP.Net that I'm not so familiar with - reconciliating differences between how I am coding and designing my database with the default website project that ASP.Net provides for a basic multi-user website, from which I've noticed is a lot more thorough than any solution I could code up within a reasonable time-frame.
However, this comes at a cost. I have no inkling on how user data is stored within this environment or how to extend it within my own needs. I can make sample data up the wazoo on my laptop, but if I have no idea how to incorporate with a pre-existing framework, it is worthless to me. The reason why I have not considered this until now is the data I have been working on doesn't pertain to the users in a direct fashion. Anyone have experience designing websites that use ASP.Net and maintain user access? What problems, issues, and design considerations might I need to concern myself when developing a multi-user website with ASP.Net in addition to my data?
I am trying to design a website in asp.net (just learning) and am having trouble positioning div's on the .aspx page.
I normally design in dreamweaver where you can move the div around freely and it sets the x and y coordinates for you but I am having trouble positioning an image.
Do you have to type the x and y coordinates in yourself in the code behind or in the css or is there an easier way where you can freely move the image around and it sets the coordinates.
I am going to develop an application which have approx 1,000,000 uers. They will be from different countries. Can some one give me a high level diagram or design guidlines so my application is scaleble enough to full fill the needs of such huge no of users.My database will be oracle and i will be using framework 3.5.
View 4 RepliesIm tring to design online shoping website,,as a project in the college .. in this website i want to do the payment using credit card..and that also will be with the help of mysql server so I want to know the about the way or the idea about it my qusion is..
View 4 RepliesI installed Visual Studio 2008 in my machine. Both c# and vb.net are working properly, but my problem is asp.net is not working. If we are taking a new website project there is no design mode in default.aspx means at the bottom there is no design, source, split. If we go to View->Design then one error message is popup that there is no editor available for this Default.aspx. Again in Tools->Options->Html Designer will shows that an error occurred loading this property page. My OS is Windows Xp Professional 2002, IIS is also checked on .I don't know what to do.....
View 1 RepliesI've a project where i need to allow users to design their own pages for their application. So i want to create a designer/editor using ASP.NET/C# or silverlight or using anyother MS technologies. The designer should have the following featuresDrag and drop controlsMove the controls in the designer toposition it
Preview mode/Source ModeProperty Window for Controls with specific propertiesI've not any designer as a hosted application. I basically want to create something similar to visual studio designer as a web app.
I've always depended on putting a control on an aspx page and double-clicking in design view to create my VB page. But this isn't happening in my current project. It creates an inline script in my aspx page instead. Where is the option or preference or XML file or.... that controls this?
View 5 RepliesI want to create a LINQ DataContext Class as per Database Design. I getting a problem in some cases.
the syntax to bulid a LINQ class :
[Code]....
Here Table Name Is HardCoded But I my case my Table Name A Changed as Finicial Year Change.So How I Give The TableName As RunTime