vs2012 asp.net management tool (framework 4.5)
Newbie here, if I click Test Button, I got this ...Could not establish a connection to the database. If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the...
View ArticleDoubt About Calendar
Hey Frndzz.I have a Doubt regarding calendar in asp.netCan I get only year and Month by eliminating date i.e ; (March 2013) (Feb 2010) Like That ...Can We take The DataType As DateTime In SQL SERVER...
View ArticleHow do i read multiple textbox values?
I have 5 textboxes to enter 5 E-Mail addresses. How do i read multiple textbox values to insert into DB one at a time?
View ArticleMultiple File Uploads
Hi Everyone;I've been asked to create a page where a user can upload multiple files at a time. I'm restricted to vanilla asp & C#, no javascript or 3rd party libraries. I found this post:...
View ArticleI started a new web form and the line appeared in Site.master. WEbopt is underlined in green with the message unrecognized tag prefix or divice filter "webopt'. What should I do?
View ArticleDLL usage?
Hi,In my web forms app. I would like to call a dll function. But in this dll function I would like to pop up a modal dialog (customized) according to a specific condition. How can I make a such dll and...
View ArticleSite jumps to the middle of the page
I ran into a problem that when my site loads, it jumps to the middle of the page. I have no idea what I did to make it do this. Can someone tell me what I should be looking for in the code?
View ArticleRE: SiteMap not work browser
Using VS2010, aspnet, C#, sqlserver, IIS7Use sitemap to manage the menu of my site use roles, and some users may access some menus and other user does not.When I am testing in Visual Studio, and...
View ArticleCreating Abstract Class With List Without Type
Hi!I'm trying to create an abstract class that will be inherited by various data types in my project and can be used to help serialize the data for JSON.In the abstract class, I'd like to include a...
View ArticleDisplay only .pdf files from a directory
In mu asp.net+vb web there is a page in which i display files from a folder in web. the code i sused id as under Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load If...
View ArticleEvent is firing but not getting result properly
Dear AllI am developing an web application in asp.net using c#.net. I have a page where i am using ajax update panel. added a toolscript manager in that page. I have put a debugger at a...
View ArticleHTTP 405 Method Not Allowed
Hi all, I've make a web api in visual studio 2010, but when i start the debug and navigate to:http://localhost:xxxx/api/controllerappears the error: "HTTP 405 Method Not Allowed" how i can fix it?Thank...
View Articlesearch record month wise
i want to search record month wise , i have date time in my datatable , how should i do this process
View ArticleHow to display master details data gridview
HiI want to show the master details data in 2 seperate gridviews.for example if department is master table and employee is child tableDepartment details is stored in one gridview and Employee details...
View ArticleRequiredValidator in usercontrol
I have user control with a textbox t1 and some other controls.I have RequiredFieldValidator for the textbox t1.but it is not firing while i click submit button<label> Notes:<span...
View Articlehow to validate itemtemplate column value in gridview
Hi..This is my gridview code <asp:TemplateField HeaderText="Available Pieces"><ItemTemplate><asp:Label ID="Label1" runat="server"...
View ArticleRegular Expression help in Oracle
I'm trying to find all records that do not have a . and then 5 digits right after it. So .12345. How can I do this using regexp_like?
View Articlewebsite build issue
my website will not build despite not showing any errors.it does show warnings but i would want it to build despite these.i saw online some option in properties to not show warnings as errors...im...
View ArticleGet values of dynamically created controls
I have a page that checks a db, and then responds back with a radio button list of options for the user to select. The rbl is dynamically generated. When I try to manipulate the control (like finding...
View Articleagain me....
i have a table at a form ....,there is a button on form too......when button clicked, i calculate a lot of things......and add them to table with row and cell objects as multi lines.....but when i...
View Article