Returning the date and 'Page_Load' question
Hello I show the date script on an aspx.vb page and have inserted the LblDate.Text = ReturnDate() in an unrelated 'Page_load' since you can only have one Page_Load' per aspx.vb file, can't you? I...
View Articlehow to create a dependent drop down list i.e Country,State,City like that...
I created one data base for Country,State,City with using foreign key...but i am fully confused to create a dropdown list for using that data base...Anybody please help me... Thanks in advance...
View ArticleError: The SMTP server requires a secure connection or the client was not...
Error: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at
View ArticleTwo Web APIs 2.2 with Identity 2.0 for one database
Hello. Can i create two Web APIs 2.2 with Identity 2.0 for one database? I want to create one Web API for some actions( to the public ), and another Web API for some other actions( administrators only...
View Articleintegrating geocoding with geolocation
following is my code when user enters hospital name and city, he will be navigated to this page to show location on map. now i want to get user current location and draw the route between current...
View Articlehow to extract the category and subcategory dynamically in navigation bar in...
i do have two table cattable and subcattable cattable contains(catid int,catname nvarchar(50)), and subcattble contains (subcatid int, subcatname,and catid_fk),
View Articlei got error in webconfig file
Hi, I got error like this when i click on my database connection page. other page working fine while on local host its working properly. Server Error in '/' Application. Runtime Error Description: An...
View ArticleHow to create a share button on master.master page
How to create a share button on master.master pageRampritsahani
View Articleneed imideately
i need asp.net codes for sample web page.. it should contain image upload, file upload , video upload......
View Articleneed imideately
i need asp.net codes for sample web page.. it should contain image upload, file upload , video upload......
View ArticleThe future of WCF
Does Microsoft plan to continue with WCF: IknowthatWCFWebAPIisnowASP.NETWeb API! http://wcf.codeplex.com/wikipage?title=WCF%20Web%20API%20is%20now%20ASP.NET%20Web%20API I asked this at another forum...
View Articledisplay contents of GAC 3.5 and 4.5 versions
I've a web tool that currently output the contents of the GAC to a user. The Tool is built with .Net 3.5 the majority of the servers have .Net 3.5 framework installed. But some servers have been...
View ArticleCorrectly displaying styled label?
Hello I am trying to add style to a aspx (vb) file but I get an error: http://www.bayingwolf.com/attributes.jpg[^] That erroneous underlined line is: messageArea = Attributes.Add("style",...
View Articlesend data between ASP.NET Pages
Hi All, I have a requirement to pass a hidden field value in one page to other page on button click and we have few validation on click event. I should not use query string concept and session variable...
View ArticleHow to create Custom Project Template in ASP.Net
I am looking for creation of project templates. Most of our projects are in similar fashion. It includes ASP.Net 4.5 framework, Entity Framework 5.0, Custom Loggging Framework developed by us...
View ArticleError when upgrading project .net Framework from 3.5 to 4.5
I'm getting the following error after I upgraded my solution's .Net Framework from 3.5 to 4.5: "Error 6 Custom tool error: Failed to generate code. Failed to generate code. Exception of type...
View ArticleTo display column in descending order in asp.net gridview.
Hi, I want to display the column in descending order in gridview.And i want to change it in descending order in this code only, Can anyone help:- This is my code: public partial class _Default :...
View Articlehi every body after long tome i am using Asp.NEt 2010 but when i define class...
hi every body after long tome i am using Asp.NEt 2010 but when i define class on page then it give error------ System.NullReferenceException: Object reference not set to an instance of an object. at...
View ArticleRegarding IsPostBack in asp.net.
Hi, EveryOne I read many articles from net regarding IsPostBack in asp.net, but still i can't understand it properly? Can anyone explain me with Simple Code in asp.net, what is IsPostBack in asp.net...
View ArticleTo display column in descending order in asp.net gridview.
Hi, EveryOne Is there is any other way to display column data in descending order in asp.net Gridview.
View Article