Problem with the path
Hi, I don't know why I get this Server Error in '/Login' Application. -------------------------------------------------------------------------------- Access to the path...
View Articlecan we change Page.Theme without the user realizing page refresh?
hi, I read some articles about change stylesheet dynamically using javascript. (those stylesheets are in root or a folder in root of site) for example this article:...
View ArticleLoop user controls inside Place holder and Retrieve values
Hi,can any one suggest any code to loop user controls inside panel and find the values of user control .Please write a sample code.
View ArticleDynamically creating aspx page
Hi I want to dynamically create a .aspx page using vbIt also include a master page that i am using in my site and also the all the alignments same as other content pagesplease help me how would i do that
View Articlewhat is the meaning of cascading??
What is the meaning of cascading in simple words, can any body explain with the help of example.
View ArticlePopup Before saving the record .
I want to show all details in a pop with two buttons save and cancel , after clicking on submit this popup should open with all details if i click save it shuld save the details in database , if click...
View Articlehow spell check work how with rch textbox in c#
how can i implement the spell check button with the rich textbox.Thanks
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 ArticleAsp.net web api authentication and authorization
hi guys,i heard about asp.net web api and its awesomeness and decided to develop a hotel management software. I created some models and generated controls and created database using code-first...
View ArticleViewstate lost data after postback
HiI am dynamically creating textboxes inside gridview.I am clicking addnew row button , a new row is added,if i add another row ,the last row(2nd row disappears ) after postback.the viewstate contains...
View ArticleClear Output Cache from User Control in Asp.Net
i have a user control with a name uc_Menu.ascx. The menues are loaded dynamically Role base. So, i inlude it in a user control and cached it like this; Note: for testing purpose i have just provide 60...
View Articleparameters in response redirect is not working
HiI have the below code in the master page(header), where the user click the searchbox Private Sub LinkButton1_Click(sender As Object, e As System.EventArgs) Handles LinkButton1.Click Dim ab As...
View Articlerequired field validator font size in code behind
I am working on font of regular expression.,,,from code behind to 11px.... ,, how could i do that, it is looking like RFvalidatorname.Font but it required field validator working on small, extra small...
View ArticleVB.Net 2008 / Crystal Reports "Object reference not set to an instance of an...
Before I start here is my platform:Visial Studio 2008 version 3.5 SP1 The code behind is Visual Basic.NET The app was written using the .Net Framework 2.0 Crystal Reports (not sure of the version)...
View ArticleHow to communicate between simple htm page and Web API
Hi,I am having a simple htm page (in a simple web application not in MVC4 application) with the <script> tag holding the following code to call the Web API Controller:$(function () { $.ajax({...
View ArticleHow to put character Limit on Multiline textbox
Hi,I want to place a character limit on a multiline textbox but MaxLength = 100 doesn't seem to work?Does anyone know any other way that works 100%?thankU
View ArticleIs there a way to use the login control on an html page
I would like to use the login control on an html page. Is there a way to do that?
View ArticleValidators and post form
Hi,I have a validator in my webform which validates an input text and a buton to submit the input value,but even when the input value is correct, and i click the button, the server function OnClick is...
View ArticleUse the following type of encrypted connection: SSL
Parser Error Message: Insufficient permissions for setting the configuration property 'port'.<system.net><mailSettings><smtp from="user@mail.net"><network host="outbound.smtp.net"...
View ArticleGet value from dynamic controls in update panel
I have dynamically created some controls in an update panel and I then click a button. I wish to get the values entered in these controls but I get nothing. I'm currently trying:Dim Active As New...
View Article