How To Make A Simple Website With VS
Oct 19, 2014I have Visual Basic Studio Express 2013, is it even possible to create a website with this software, because I clicked on file and I don't see the option for a new website.
View 1 RepliesI have Visual Basic Studio Express 2013, is it even possible to create a website with this software, because I clicked on file and I don't see the option for a new website.
View 1 RepliesI want to simply search a database for a certain string, how can i accomplish this using linq and EF (if using these tools for it are not practical). I just want to take a string and search my usernames, the search should be able to handle things only parts of the username (using some sort of 'contains' function)
View 1 RepliesI have urls like this in my application: [URL]
Iphone, Ericsson, LG, HTCDesire are simple products and that is fine. It is the tabid/61/Default.aspx
I'd like to get rid of so that urls would look like these instead: [URL]
what kind of coding needs to be done here because I have a .Net open source CRMsystem that is native with these tabid/61/Default.asp but I'd like to override it with added VB.net code
I am new at json, I want to make jquery ajax call to a asp.net webmethod to get back simple JSON object using string builder
[WebMethod]
public static string GetmyJSON()
{
[Code]....
But My alert message showing undefined instead of Manas why, Where I am doing wrong isn't possible to return a json object using string builder ? if possible how to write it.
I have used querystrings in many webpages. When user click hyperlink then it moves to next page but there is a very long string is being displayed in the Address bar of the browser.
I just want to show like this:
[URL]
Not like this:
[URL]
I have a couple of super simple databases. Basically they all consist of single tables that saves tracking/logging data etc.
Now I want to list this data but I'd like to find a solution that's applicable to all the different tables in all the databses. SO basically I'm looking for some way/some pattern of pointing a solution to a database, generate code and GUI and the publish the site. The tables can have huge amount of rows so I need functionally like paging etc but otherwise a simple list is all I'm looking for as a first step. I've been looking at Dynamic Data from MS - could this work? Other options? I'd really like the web sites to me ASP.NET MVC ...
As a seconds step I'd also like to have the possibility to change/add and delete data from the rows via the GUI.
I am going to develop a website in ASP.NET in which users can submit article for this i need a CMS(Content management system ) to handle their article and users comment. which CMS will we good and simple.
View 8 Repliesi need to wrote a simple calendar for my website
and need some direction and instructions.
I have a question about viewstate:I have created a simple little website in 2008 (.net 3.5)I have one page with markup that looks like this:
[Code]....
I'm trying to create a simple contact form for a website and cannot figure out how to properly configure it. I have a simple code I got off a tutorial (VB), that I pasted inside my Contact.aspx code-behind-page:
[Code]....
It brings up errors everywhere (declarations expected, etc) in the code-behind-page. I'm new to VB so I don't know what I'm missing. The above code is exactly the content in my code-behind. Does anyone know what I'm missing?
I have never created a user control before. I want to make a simple "date selector" with 3 DDL's for day, month, year, and be able to re-use it numerous times on a page. I don't need to set any values of the control from the page itself, but I do need to read the DDL.selectedValues. I created the DDLs in the ascx file, but am not sure what properties to create. Does it make sense, or is it recommended, to create a public readonly property for each DDL _as_ a DDL? Or do I want to create a public property of type "string" and return the DDL.selectedValue as a string?
View 7 RepliesI am trying to write a simple search form for our site. Here is my delima... I am trying to figure out that if there is nothing to search for in one textbox then search in the next textbox. The problem is that I dont know how to format my search string: For Example:
[code]....
I am trying to make a website in C# ASP.NET. I have been given some code as well as visual studio 2010. The code I was given was written in ASP.NET 4.0, so I obviously want to code in that, but my web hosting only supports ASP.NET 2.0. If I upgrade to 4.0 what's the difference as far as compatibility issues with all browsers, or any draw backs to using 4.0. I am using 1&1 hosting so it is a pretty commercial hosting, maybe there is a reason why they do not have 4.0 standard on their servers?
View 2 RepliesI would like to know once you have created a drop down list
for example :
<asp:ListItem>Web(asp:ListItem/>
I'm planning on making a website and host it on my dedicated server.but I would also like the website to be available when the dedicated server (from here on revered to as server) is offline for what reason that maybe.How would I go about doing this? the server would get the domain name from my webserver. I already set up the DNS's to do so, but incase the server cannot be contacted I would like the webserver to take over or something?
View 10 RepliesI don't understand where to put the Resources and how can we take the value from that?
View 1 RepliesHow to make web site with more languages ?
View 3 Replies1)to use a web application to make a website why does no code behind file appear in code behind?2)when i deploy to a website I need to place the web app .dll in a bin folder on root.This works but to make any changes i need to compile and upload the aspx file as well as the new dll?
View 4 RepliesI am planning to create a multi module based system. I am planning to create a core system and I want a flexibility that if I want to add modules to it so I can easily add/Remove different modules on the fly. I have seen similar thing in Windows Media Player i.e. we can add different plugins through configuration. How we can do same in asp.net.
View 6 RepliesCan someone give me some working code that will take a snapshot a website giving the url or is there any free controls out there?
View 1 RepliesI m going to make social networking website.. but i dnt know from where i have to start?
well.. main thing is that i m going to design page. but i cant set control side by side... i think u all can get wt i want say..
hw i manage that??
i am newer to asp.net and i am trying to make a search engine for my site like this one [URL]. i am able to get the SEO friendly URL like this with the keyword and redirected to the Search.aspx.
Now how can i get result like this, i need some assistance to start. i have used contain attribute in LINQ query and get results. but i want to split the search term and i don't know how and then want to search the each word using contain attribute and then want to get results like this guy. you can reffer me anything tutorial or any componenet which is made for asp.net c#.
I 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 simply can add Ajax toolkit to a project and make Ajax-enabled website at work place, however there is always a white and blank page on my own PC, when try to make the same project.
Although I've installed Ajax Toolkit, and Ajax minifier on both VS 2008 and 2010, but I can't make Ajax-enabled website at home.
I have a website in my hands that wasn't developed entirely by me, and i wanted to add some ajax controls to it (update panel would be the first).
how do i know if my site is already ajax enabled?
And third, in case it is not, what should i do to enable it? I understand this must be a question that has been posted many many times, and i have read some topics with it, but i couldn't quite figure out what to do.