Edit gridview without using edit template and user defined columns
Hi there,I'm going to give edit option for gridview ,but datasource for my gridview is datatable. I have not given any edit template and column tag.I made autogenerated column true, as i'm going to...
View ArticleNewbie Mail help
Hi asp.net forum,I have a basic webform that collects a users details I need help with the code behind to do the following:Email the information to the website owner, copy to the user. Open a thankyou...
View ArticleCould not find the CLR type for ''
I am using Visual Studio 2012 SP1. I have this problem :-http://erikej.blogspot.com.au/2011/01/entity-framework-with-sql-server.htmlWhen trying to follow the tutorials regarding binding an...
View Articlerepeater itemdatabound control + swf file
I have one repeater control. I am binding all the music files in the repeater control. Now i have to show the play and pause button beside the repeater control. So for this i have one swf file and it...
View ArticleLoading the form with data - C#
Hi, Thanks you all for my previous question about; If (IsPostBack)....now i understand. now i want to get help from the following questions- i have created a web form with five textboxes...
View ArticleUrl Routing For Home page
Hi, I applied Url routing in my project website and it works fine,but when someone open my website from web browser by typing www.abc.com,then it will open normally having address www.abc.com...
View ArticleTokenization (Payment Gateway - PCI - Payment card industry)
Hello,I have been asked to use tokenization for payment purpose in the website I am developing, its a simple most shopping cart where user will be selecting some product and then will pay online (using...
View ArticleThe GridView 'GridView1' fired event PageIndexChanging which wasn't handled.
I tried to do apging in my grid but it shows error says: I have done allow paging to trueThe GridView 'GridView1' fired event PageIndexChanging which wasn't handled.Can anyone help me please?? here is...
View Articlehow to hide count vote in PollControl.dll
hi to all.i used PollControl.dll this article.i want to hide count vote in header this control.
View ArticleException while passing JSON string(multiple parameters) to method in WebAPI...
Hi,While trying to pass a JSON data from script side to the method inside WebAPI service we are getting the following exception.{"Message":"No HTTP resource was found that matches the request URI...
View ArticleDrag and Drop
Hello,I have developed a desktop program and i want to have a dynamic map.Thing i want to do is,there are boat icons on defined places. and i want to drag and drop these boat icons to another defined...
View ArticleASP.NET and IE10
There are a number of related threads already, but I'm struggling to find one that answers my problem. I have a RadioButtonList with AutoPostBack enabled and they sit within an UpdatePanel. However, in...
View Articleclear the textbox after redirect to a download page
i have 2 pages. main.aspx and download.aspxpage_load at download.aspx is to download a filetextbox and download button at main.aspx, button redirect to download.aspx, no function at page_load after i...
View Articlebehind page is blank
Hello all,i have display confirm message but when it display that time behind page is displayed blank even i have used updatepanel.why this is happendi dont know.if any one have any idea let me know as...
View Articleregularexpressionvalidator check if string is contained in string
Hi,If i am validating a field (using regularexpressionvalidator ) and i need to check for the presence of ".jpg" what would the ValidationExpression be for this? I have see the '\w' which checks for...
View ArticleAjaxControlToolkit.HtmlEditorExtender :Key cannot be null. Parameter name: key
Getting error:Key can not be null .parameter name:keyweb config :<configSections><sectionGroup name="system.web"><section name="sanitizer" requirePermission="false"...
View Articlealignment inside gridview
Hii want to make alignment inside gridview Inside gridview fields are job document description xxx yyyy ppppNow i want to get output asJob document description: 1...
View ArticleUnable to update the values
Hi,I am trying to update the values in the database using the sql update query within the asp.net code. However, the values remain unchanged after clicking on the save button. Could somebody please...
View ArticleC#: How to Retrieve data from webpage
Hi, Please help me, How to retrieve the data from webpage. I am using the following code it gives all the content. how can i reterive the required data(how to filter unnessary tags, links ..) ....
View Article