Printing Small Ticket using Thermal Printer in asp.net C#
hi, there, friends,I want to ask one question, regarding to asp.net c# printing.if I posted it in the wrong session, pls forgive me, sorry for that.what I want to know is:in my web project, I need to...
View ArticleRetaining text in a textbox which is created dynamically
HiI have these 2 buttons which are also created dynamically.On clicking I am creating a text box, but whenever I write something in the box and click the button again (Postback) the text is getting...
View Articleerror
Unable to cast object of type 'System.Web.UI.WebControls.ContentPlaceHolder' to type 'System.Web.UI.WebControls.GridViewRow'.Description:An unhandled exception occurred during the execution of the...
View Articlecalling sample notifcation..
Hi I want to call the sample notification on the button1click in the asp.net in the serverside, after completion of some table inserts,how do i call the sample notifcation....
View Articleopen popup on click of gridview linkbutton click event
Hello ALL,I want to open popup on click of gridview linkbuttom click event and popup contains only text box and entered textvalue bind in the gridviewswith limited text ..if any one have any idea then...
View ArticleHTML5 Validation Messages on input text
How can I make the HTML5 validation messages to appear either after I type the text into the HTML input text field, OR after I press TAB? The messages do NOT appear unless I click a button. I want...
View ArticleAjax limited content
Hi All,I've been created a form using Javascript to send textarea value as this code:function SendAjax(e, q) { createxmlobject(); if (objXML != null) { var tmpx = new Date().getTime();...
View Articleadding user.identity.name into db through sqldatasource in C# and web.config
I am trying to add a user to my SQL Server database from his login name. I have added a Custom Control in my code behind aspx.cs and add a statement in my web.config file and I get aParser Error...
View Articlepanel show/hide based on value in textbox
if value in textbox is even then asp panel should be visibleand if value in textbox is odd then panel should hide
View ArticleSqlCmd with parameters not working...fails with SQL0206
I'm trying to convert some generated sql from using string concatination to using parameters. The sql command is used to load a gridview SqlDataSource. Originally I had...SqlDataSource1.SelectCommand...
View Articlei want to submit into two different tables
i have this textbox.text autopopulated from databaseand based on that value it need to populate other values in panel 1 with hodemail and namethe textbox value if even then panel 1 and panel 2 both...
View ArticleRegular expression validator restricting a comma
This should be easy, but I can't get it to work. I want an expression validator to make the page invalid when a comma is used in the text box that the control validates. I have tried [^,]* as the...
View ArticleHaving trouble with a dynamically built tab control
Hello All,I am trying to dynamically build an asp.net tab control using button, multiview and view controls.The issue that I have is when the button is pressed, the OnClientClick event will set the...
View ArticleProblem with TinyMCE
Hi,I want to make use of TinyMCE in the project using VS2012 and Tinymce is located at c:\App6\App6\tinymcewhile App6 is the project name. Why can't I edit the text area by this Markup page, when...
View ArticleProblem with closing popup Window
Could someone help. I have a situation where I have a main page that has an 'Email' button on it. When the user clicks the button I call the following javascript to open an email window....
View ArticleDifferences in VS 2010 and VS 2012
Hello,I started working with VS2012 recently. I observe this difference between the two. what is the difference between two ?
View ArticleError creating Control xxxx object reference not.........
I use Expression Web 4I did not make any changes on my sites lately..Suddently I have been not able to see any of my pagen content (in expression web) because all my .net controls show the error shown...
View ArticleSending email is timing out
I do not know why but this code seems to be fine but i get time out error:System.Net.Mail.SmtpException was unhandled by user code Message=The operation has timed out.SmtpClient smtp = new...
View ArticleHTML5 with Visual Studio 2008
HiCan I use HTML5 in a Visual Studio 2008 Project using Web form. bob
View ArticleWebForms and Javascript Question
I spent hours looking at this code without any progress... this could be a simple fix but I just need somebody to OPEN my eyes WIDER.Basically what Im doing is whenever the client select event is fired...
View Article