Quantcast
Channel: Web Forms
Browsing all 23244 articles
Browse latest View live

login with google api

i had working codeusing this examplehttp://www.dotnetethics.com/2008/09/signin-using-google-account.htmlbut its not working nowit is throwing error, is there any new code for this==The remote server...

View Article


List from ViewState

I am getting a compile error on the following line in the button click event:               plist = (List)ViewState["plist"];It says "using the generic type 'System.Collections.Generic.List<T>'...

View Article


AutoComplete Extender In MVC

Hi ,I Have a Doubt On AutoComplete Extender With JQuery In MVC ,My Prblm is How to Retrive the data from DataBase using AutoComplete Extender

View Article

Problem In SiteMap File

Hello,I have used sitemap file for navigation ,but i want it in such a way that For Eg: Under Account I have Login And Change Password as anavigation But I want change pwd to be active after user...

View Article

Usage of FindControl("") with

Hi, I appreciate your help in answering two question. Q1. WhenI iterate the Gridview, I am able to get the value of the country column via using this code Code a.>>>>> string myCountry =...

View Article


in web page

Hi !does any one tell me how to add animation in asp.net page as i am using visual studio 2010.please explain in detail.

View Article

Authenticate user by Twitter account

HiI want to integrate Twitter with Asp.net for authenticate user(using oauth).I need some sample code for this. please let me know if you have any question.Thanks in advance,Dipendra

View Article

Dropdown list not showing in the published build

Hi,   I have a web application developed in .NET 4.0 in VS2010.   It is working fine,if I run from the VS2010. But the same build when I deployed in IIS7.0(in my machine). The Dropdownlist control is...

View Article


How to display dropdownlist based on selected checkboxlist from database

I want to diplay dropdownlist based on selected value of checkboxlist control. checkboxlist is populated from DB.Source<asp:CheckBoxList ID="CheckBoxListcardiac" runat="server"...

View Article


am unable to find the label control.why? in code behind it showing error....

this.fInitialize(); this.LblNameClient.Text = (this.PreviousPage as mmu).CompanyName;if (!this.Page.IsPostBack) { bool authorized = (this.Master as MyMasterPage).fCheckAuthorizations(...

View Article

DatePicker Control Closes after Month change

Implementing the DatePicker w/javascript works fine, unless you change the month... The Calendar window closes, the month does change, but only when you re-open the window...Is there a fix to keep...

View Article

Printing to a network shared datamax printer using ASP.Net

Hi,I am creating a web application(intranet) which has to communicate to a Datamax label printer connected to the shared network. I can connect to the printer only using its IP address.I've searched...

View Article

Given the Admin1Code(StateID) and country code (CA) Canada. Find all cityies...

Is there a webservice for retrieving all the cities in a given country,province/state/region?If so I can I utilize this and populate a dropdownlist of cities.Example:[WebMethod] public...

View Article


Keep CheckBox checked after postback

Hello Everyone,I have WebPage1.aspx and WebPage2.aspx.Webpage1 has:Two checkboxes  (Checkbox1 and Checkbox2)A gridview has some data and hyperlinkfield that goes to the WebPage2, there is not any...

View Article

SVC files.

What are svc files for and when should one use them.

View Article


connect to sql locally to save data stored in the name textbox

 how do you connect to sql on local machine to save data

View Article

Mask Property

I have my Masked property of 99 on my text box. But for some reason when the user just wants to type 1 character another character is added. Thanks  !!!

View Article


src= ..// vs ..\\ vs ~\\ or ~//

Hi, Can anyone explain the difference between those two codes><img src="../image/plus.png" /> vs<img src="~/image/plus.png" /> and does it matter / or \ appreciate your feedback bob

View Article

Help needed to control a MultiView control ActiveView Index

Hello All,I am trying to build a tab control using multiview and view controls dynamically.The tab button's event OnClientClick is passing params to my javascript function fine but can I set the...

View Article

loop through text boxes

For x = 1 to 64 If textbox & x.text <> "" then button & X.visible = true textbox & x.text = "something else" end if next xWhat would be the proper way to do something like this?

View Article
Browsing all 23244 articles
Browse latest View live