Visual Studio :: How To Make Colums On .net Webpage
Jun 29, 2010how to make colums on ASP.net webpage, i am looking for 3 colums should be split equally
View 2 Replieshow to make colums on ASP.net webpage, i am looking for 3 colums should be split equally
View 2 RepliesThis is my problem.
I have created sample application which has default.aspx page.i am not configuring anything in IIS.so no configuration in IIS. I just click the run button in the Visual studio2005, the default webserver started and it automatically migrated to IIS home page(iisstart.htm).I couldn't find what problem is this. default .aspx does't appear.
I am having an issue with my menu bar and my header image. I want the menu bar to sit on top of the image as to appear as though they are one. Is there anyway to accomplish this in the design mode?
View 8 RepliesWhen I add a new webform in my project, It doesn't show me the checkbox to select master page, so I have to select the master page, Right click and select Add Contect Page.
View 1 RepliesI've always just used incremental search, but have recently starting using a class browser plugin for vim and would like something of the same in Visual Studio to navigate methods, properties, etc. in a browser type window. Seems like this is what Class View is for, but when I'm on a page's code behind, it doesn't show up on the class view window.
When I search for the class, it shows up but when I click on it I get "The definition of the object is hidden.". Is there some basic setup thing I'm doing wrong or does VS not support class view for page classes? Is there an extension that does this (I'm using VS2010)?
I am university student and i am not fully familiar with MS visual web developer. wat I need to learn is that i am developing a web application for my project and i am stopped at how to add tab control to my web page. i am using MS visual web developer 2010 express edition. in my toolbox there is no tab control or page control option exist.
View 1 RepliesI am wondering about the scalability of a webpage that uses a gridview connected to an SQL data source. The SQL data source queries a database once every 60 seconds to refresh the data by using a Script Manager and Timer. The SQL query is static and is not dynamically editable by the webpage viewer.
If n people have the webpage open, does that mean that the database is queried independently n times? So if 100 people have this website open on their PCs, does the database get queried 100 independent times?
If so, is there a better way to design the webpage so that the database is only queried once and then all the open webpages get updated without the added overhead cost of multiple independent queries.
In the web.config file i have put some code in so that when users log in they will be re-directed to another part of the website which only registered users can access. for the admin part only the admin can log in and it takes him to the admin section and that works fine. it is only this that is causing me problems.
the code i inserted for which the user needs to be diverted to is:
<location path ="UserLoggedInFindUs.aspx">
<system.web>
<authorization>
<deny users ="?"/>
[Code]....
I have just started using VWD Express 2010.
I have created a new website which has on the Default page Source view
<p>
To learn about ASP.NET visit .... etc
</p>
When I change the text to " To learn about the new ASP.NET" etc
and press F5 to run, it still displays the original text.
What am I doing wrong ?
I'm trying to implement a media player on my web page using Visual Studio 2010 and it's 'toolkit'.
In the toolbox i right click on general->Choose Item->Com Components and select Windows Media player.
But nothing is happening.
If I right click on the general tab and press 'Show All' both the windows media player accor but the icon are like 'invisible' and you can't drag it into the design window.
A second question, if I want to use a different media player, how does I do that? I.e. VLC...
Let's say I am working on a multiple page web solution and make a small change to one web page. The small change needs to get published but I want to be able to publish it without having to republish the entire site. How do i do that? How do i publish a single page of a multi-page solution in Visual Studio 2010?
View 1 RepliesI work now in a huge project that we build all interface as Web User Controls .. every time I want to view & test one i should add it in web page and then view .. I think in a way to develop a visual studio extension that show "View in Temp Web Page" when I make right click on a user control to allow me view user control in a generated temp web page without needing to add it in a test page each time i want to test but i don't know is there any way to achieve that ... Is it possible to develop such a thing ?
View 1 RepliesI'm currently dealing with my final year project and of course, later I might need to present this whole things to my lecturer.
So, I would like to ask you guys about how to open my website without Visual Studio and make it LAN (can be accessed by two or more computer through LAN).
I have two classes (say someclass.cs and someclass.generatedcode.cs). How do I make the someclass.generatedcode.cs inside of someclass.cs (something like a code behind) in visual studio?
View 12 RepliesI want to know how to make IIS as default web server on machine instaead of built cassini web server..
View 5 Replieshow i could make a forum in a visual studio 2008 website , or any software that i could use .
View 13 RepliesSmooth Streaming requires .ism, .ismc, .dat files to make the Silverlight video player page work. If the "Only files needed to run this application" is selectd in the "Package/Publish Web" tab, these files are not published. Now I have to select "All files in this project" to publish them but this is undesirable because it also pushes all the source code files to the server. Is there any way to specifically tell VS that .ism, ismc and .dat files are required to run the application?
View 4 Repliesi have VS 2008 and i want to creat some asp.net sample applications with framework 4.
is there some method or update for vs2008 that let the vs 2008 users use framework 4 and controls?
I am running VS2010 and trying to make the asp.net configuration tool to work. The problem is: when I click on in in the menu, the server goes up but nothing happens.
If I type the url (localhost:port) in the browser, I get the following error:
Server Error in '/asp.netwebadminfiles' Application.
HTTP Error 404 - Not Found.
and if I copy and paste the /asp.netwebadminfiles to the url (localhost:port/asp.netwebadminfiles), the page loads with the following message:
[Code]....
is it possible to convert whole visual studio 2008 web site project to visual studio 2010 web site project
my current project references
i have a very annoying iis problem
iis server stops working until app pool is recycled
i am hoping that new visual studio (net framework 4.0) may solve this very annoying unsolveable problem
to start a HTML website having masterpage and first page should be index.html with a hyperlink to go to masterpage that contains some welcome page.
View 12 RepliesI'm developing a web form using visual basic.net and visual studio 2008. I noticed I cannot select multiple text boxes and make the them to align all make them the same size. I select one textbox, and then hit ctrl to select more controls, it did't do anything. And also I cannot see in format menu, something like align or make the same size. But if I create a windows form, I can see the options. But I remember I can do this in visual studio 2005 before even for asp.net web form.
View 5 RepliesIs there a way to make a new project file using Visual Studio express 2010 using the files downloaded off a server from an asp.net web site? If so what are the steps? I would like to make a new project out of the old files without starting from scratch, I don't want to just edit a couple of things I would like to create a project file using the files I can get off the server if possible. It would be C#.
View 1 RepliesI have a panel on a form with textboxes on. How can I make this invisible while editing the form in 2008express? I want to add another panel on top and be able to add stuff to it without the other getting in the way.
View 2 RepliesI have Oracle 10G express edition. I have configured it on windows 7 system. Now I want to make a 64 bit application using visual studio 2010 and connect to oracle 10 g server. If I run my application in VS2010 explecitly in 86 mode then I am connected to database but I want it to happen for 64 bit
View 2 Replies