How to change the Identity property of a Application Pool by code?
Hi, I found the following code that does something similar to what I want, I think it is the right way, then only I need to find as it is called the section where this property I want to change and...
View ArticleHow to use Google Directory API
Hi all, I got Google OAuth2 API for this link https://code.google.com/p/google-api-dotnet-client/wiki/APIs#Google_OAuth2_API.Here i need1.How to authenticate and how to get user details and...
View ArticleHttpruntime- ExecutionTimeOut
I'm getting timeout error while importing large number of fields from CSV file. While importing it refers the timeout which is configured in<httpRuntime executionTimeout="120" from web.config file....
View ArticleHow to make a runtime Datatable using ASP.NET
HiAll , I have an application which contain one page with a form.When the input controls are submited it first show in a gridview at runtime.Also the gridview has some data in it which is binding...
View ArticleEditable Gridview based on list
Is it possible to create a gridview based on a list? I have the following list:ID = 1 Name = John Zip = 33141 ID = 2 Name = Tim Zip = 33139I want to be able to create an editable gridview with this...
View ArticleAdd Dynamic Columns based on data.
Hi ALL,I have to show columns based of settings. Sometimes I want to show Name, Age, Sex, Salary. So the stored procedure will return.Name Age Sex SalaryABC 23 M 250000 ZYZ 26 M 300000Sometimes I need...
View Articlehow to Replace Some Customise Word ?
i have store data category field like 1,2,3so i need replace 1=a 2 =b 3=c my out put a,b,c1) 1,2 output a,b2)1,3 output a,c
View ArticleRemove row(s) in gridivew when data is null
I have a gridview that shows records.Example:<asp:GridView ID="grd1" runat="server" AutoGenerateColumns="False" AllowPaging="True" onpageindexchanging="grd1_PageIndexChanging" AllowSorting="True"...
View ArticleEnable/disable button
Hi,I'm having some trouble on setting some buttons to enable and/or disable. Bases on a SelectIndexChanged of a gridview, I set the buttons to the proper state (enable or disable). Debugging at the end...
View ArticleHide and Display of TabPanel in TabContainer
I'm trying to hide the TabPanel4 when the application start, then when user select specific item from the dropdownlist it then display the TabPanel4 out for the user. Below is the code I used, not sure...
View ArticleForm Validation Issue
Hello,To set up..I have created a User Control that will add various other validators by passing in certain parameters to streamline the process. The User Control works fine. Example: (Not actual code...
View ArticleHelp posting formfield data from within gridview control to another page
:VB Solution: This may seem like a crazy question but I need answers on submitting form data from a gridview control. On the first page I have a gridview control. Within the control I have a template...
View ArticlePrevent duplicate data from appear in another dropdownlist when it is...
I have 3 dropdownlists (DDL), all being bind to this column named policeID.The policeID column have 3 data values known as:1. 123456 2. 234567 3. 345678I'm trying to prevent the data from appearing in...
View ArticleGet Html element from from to user control
I have a web form with multiple User control.I have a save button inside a user control when user press save button i want to cange the style of <li> that is inside a...
View ArticleWindowsIdentity works on my pc but not on my webserver
What am I missing on my webserver for the following code to work? Currently the webserver shows, "IIS APPPOOL\DefaultAppPool" as the returned result. On my pc it works, I see my windows authenication...
View ArticleDelete Confirmation at GridView
Hi,I'm trying to prompt for confirmation when the user deletes from a gridview. My codes are not prompting. It'll just delete without prompting. The Edit and Delete link button is at the first...
View Articlegetting regular html elements
Hey guys, I'm wondering if anyone could help me with something.I'm rather new to learning ASP.NE. I'm going through all the stuff on the site when I have time so i'm getting there. I'm a web designer...
View ArticleMapPageRoute grab paramater
Hi,I'm using MapPageRoute in my webforms site. In my Global.asax page I have the following:Public Shared Sub RegisterRoutes(routes As RouteCollection) routes.MapPageRoute("RetailerRoute",...
View ArticleAbout Astrology website
Hello experties,I am using asp.net with c#.I am working in Astrology website..Here i need to implement to generate horoscope automatically when i give name dataofbirth and time and place....Can u tell...
View ArticlePop up survey from on Page Load in Asp.net
Guys,I have requiremens to make survey form which should be display on page_Load but i want to display only one per user. I will have couple of button on Pop up form like: No Thanks to close the...
View Article