how to chcek whether google adsense code is present on a source page or not
Hi , All in my recent website i have to check whether a google adsense is present on a perticular given page or not. if present then how many are present and waht the size of each is...
View ArticleRead and fro app.config File
I want to read and write a path from app.config file in a desktop application. I want to upload a file and set the path in app.config file , and read it from there when necessary.How do I do it?NB . :...
View ArticleWhy is it sometimes I can edit code (vb) while debugging and other times I...
Sometimes I can edit the code in codebehind while debugging and others I can't. I have no idea why? Any ideas?
View ArticleInside sub sub control's events
Hi Im having repeater control, in which datalist control is there, and I want to write and caputure the datalist events like the itemcreated, itemdatabound, etc, and to get a value of the label...
View ArticleHow to track user info?
Hi,I have a web app. User logs in via windows authentication. They mostly use PC but sometimes they access via smart phone and ipad etc. I wonder if I can somehow log the pc name (iphone/ipad name),...
View Articlereg c #
hi <p> <asp:Label ID="lblCatName" CssClass="label-style" runat="server" Text="Category Name"></asp:Label> <asp:TextBox ID="txtCatName"...
View ArticleConvert to DataTable
Hi,I am using Linq to SQL.I had dragged and dropped a stored procedure .In interface i haveIList<SP_Role>GetDetails(string strid)also i am using Repository to read datas i.e _port is...
View ArticleRE: insert data on the tab key click
I have an urgent ad typical reuirement that is:I have an employee and employee will have multiple contacts.UI will be like thisEmployee will be in dropdown.I will select the employee from dropdown...
View ArticleUniquely identify clients web
I need to uniquely identify the clients of a web application. I want to allow only known clients and deny the unknown clients. We are planning to keep the database of Unique ID whatever it might be. We...
View ArticleÅÄÖ in textbox
Hi,I get an querystring that can contain Swedish character ÅÄÖ but it doesnt get correct in the textbox. How to solve?Code: txtTest.Text = Request.QueryString["test"].ToString();
View Articleerror in update in DataList in asp.net
hi I have a datalist get picture from Databse when i click on "Edit" the textbox and checkbox not get value(txtAlt_Txt , chk_Active)<asp:UpdatePanel ID="UpdatePanel1"...
View ArticleHow to get back one page from history?
Hi, I have a web form apps, The web page are displaying in a thread (work flow) way, when my current web is the detailed content page is displayed, there is a delete button there, if user click the...
View ArticleContent of exported CSV File cut off
Hi allI'm exporting some database rows into CSV files. I've been doing this always without an issue for several projects in the past. (on previous server) And, now, at local, it's totally fine. All...
View ArticleDo you know hMailServer?
I am trying to setup hMailServer, and I am having some diffculties.can you hepl me out?thanks
View Articlecontentplaceholder inside html page
Hi All,Is it possible when i click Menu 1 (<a href="Menu1.html">Menu 1</a>), page Menu1.html will be display on ContentPlaceHolder. I've no problem using Master Page with aspx page. My...
View ArticleHow to keep the current selection state on TreeView manu?
Hi, I am using VS2012 to develop web form apps.I am using TreeView on master page to create menu on left site to navigate different web sites. I set to collapse on roots of treeview in default,so if...
View Articleintegrating a third party live chat into asp.net website
Hi,I would like to integrate a third party live chat option in my website. I have never used any third party service, So what are the things i should look out for and what is the complete process for...
View Articledatabinding methods error
I have problem in some page it can't be displayed in the browser ,it gives me this error Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound...
View ArticleNot Run DropdownList Properly
I have use one dropdownList and one grideview, dropdownList is binding with sql database, and on selection of item in dropdownlist result will display in gridview. When i have running the program it...
View Article