gridview nested control value's?
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" class="grid" AllowSorting ="True" DataSourceID="SqlDataSource1" ForeColor="#333333" Height="22px" Width="776px"...
View ArticleRegister/Login user in asp.net default account
I'm creating a website in VS 2012 .Net Framework 4.0I have to create user login/register capabilities. I had a look around the built-in account register/login and manage page. The question is where...
View ArticleUrgent :wcf with console application
i am executing one console application with c#.net and i need to use the output of console in another application as input.can i use wcf? if yes please tell me how?? what steps needed??
View Articlepaypal pro
I have used this for paypal pro integrationstring amt = lblTotal.Text; amt = string.Format("{0:0.00}", double.Parse(amt)); string APIUsername = string.Empty; string APIPassword = string.Empty; string...
View ArticleMultiview Control Error....
Hi,I got an error in "ScriptResource.a...868b5f4 [dynamic]", I did performed steps,1. Took a multiview control and placed two view controls in it.2. On page load set to display view one first3. In...
View ArticleThis makes absolutely no sense to me. Please Help. (before I go postal)
This code gives me two records: SqlConnection cn = new SqlConnection(ConfigurationManager.ConnectionStrings["simsConnectionString"].ConnectionString); cn.Open(); SqlCommand cmd = new SqlCommand("SELECT...
View ArticleGenerate controls from database
Dear Friends, In my project i want to display the controls from database. Let me explain the concept can anyone please guide me how to write the code for that.For example,In my table...
View ArticleHow to read input type text box value on teh codebehind side
I have the following input type text box on teh html side, but want to read the value on the codebehind c# or vb.net side, please kindly need help. <inputname="totalpagenumtext"style="width: 65px;...
View ArticleTrack client request website and details
Senario-I have job posting website. Candidates can apply directly from my site and also i gave my apply page to few other website also . Mean user logged to xyz website and they can apply that job from...
View ArticleHow to use a Dataset with MultipleTables in MailMerge C#?
Hi All,Can any one let me know "How to make use of a Dataset having multiple tables for MailMerge"?Regards,G.V.N.Sandeep
View Articlejavascript function to validate from date and to date
Hi Javascript function to validate from date and to date is not working.
View Articlehow to get the primary key based on data text field from drop down list in...
protected void ddlload() { DataSet dataSet = new DataSet(); SqlConnection ddSqlConnection = new SqlConnection(sqlConnStr.ToString());SqlCommand ddSqlCommand = new SqlCommand("SELECT...
View ArticleHow to add more textbox by other textbox value
Please help me how to add more textbox at runtime When i enter a value in textbox. Thank anyone in advance :)
View ArticleOptional Parameter in C# 4.0
Hello All,This was an interview question ask with ME. Any have any reason : why optional parameter is so late introduce in C# 4.0, but it was already in VB.NET 1.1?
View ArticleCall print(); from code behind in content page
I have a masterpage (master1.master) and a contentpage (printmygrid.aspx) with a datagrid.I have a button control btnPrintThe datagrid has a checkbox for every row, and the client must choose som rows...
View ArticleSend data to a javascript array and back to c# using jSON
Hi,I would like to send a list of objects from c# to a javascript array . Next, I would like to read the javascript array of objects back into a c# list of objects.Does anyone know how this can be...
View ArticleOutlook templates in VB.NET
I need help to open an outlook template file from VB.NET web application.
View ArticleChrome image flicker in update panel
I am using .Net4 vs 10 I have a simple datalist in an update panel. the datalist contains image buttons. In chrome, when clicked all the images refresh/flicker on postback. it does not do that in IE or...
View ArticleBest way to process through a Phone number with textbox Fields in C#
I want to move through 3 textboxes to where when the user types 3 numbers for the area code, it will go to the next textbox automatically. After the 2nd textbox is complete, then it will go to the...
View ArticleError- 'ASP.subfunction_aspx' does not contain a definition for...
Hi,I get this error while building the webpage -'ASP.subfunction_aspx' does not contain a definition for 'ddlfunc_SelectedIndexChanged' and no extension method 'ddlfunc_SelectedIndexChanged' accepting...
View Article