How to take current table row textBox value using javascript
Hi, i want to take current table row textbox value..m adding textbox dynamically..<table> <thead> <tr><td><input style='width:30px;' type='text' name='Name'...
View ArticleHiding buttons in listview
I am trying to hide the buttons inside a listview within page_loadButton GetDelete = (Button)ListView1.FindControl("DeleteButton"); Button GetEdit = (Button)ListView1.FindControl("EditButton");...
View Articleredirect to different domain?
Hello,I need to redirect user to different domain.I place<a href="http://www.xyz.com"> Domain to book </a>but i am using url routing of ASP.NET 4.0 and becuase of that my domain is attached...
View Articleaccess lable in layout control in listview.
I have one dropdownlist and one button and listview. Button and dropdownlist is outside listview. On 1st page load, all the item is displayed. Now user can see based on selection of dropdownlist and i...
View ArticleHow to call special function in a time period even if i close web page?
Hi Experts.I Have a web application. i want to when i click on a Button the application call special function and repeat calling it in time period like schedualing .but i want to the application do the...
View ArticlePlease Help: SqlException (0x80131904): Incorrect syntax near '20000'
I have no idea why this error is showing up. The site was working on a different server. Once I transfered it everything works except for one page (signup.aspx). Here is the error message I am getting....
View ArticlePopup in linkbutton works on chrome and IE. but, not working in firefox.
hi, I am using one javascript function to pop up DIV content.i have to show image and few lablel value. here, i give full coding.this javascript function works(all values and image showing) in chrome...
View ArticleHow to Create DataList with Paging using ASP.net & C#.net in Client Side...
How to Create DataList with Paging using ASP.net & C#.net in Client Side (Using Web Service)?Can any one tell me how to do it in Client Side for a Datalist
View ArticleDisplay multiple Reports in same Report Viewer
I am trying to display two rdlc report in same reportviewer but facing some problem with datasource. Can anyone help me?My code is:aspx pageform id="form1" runat="server"><asp:DropDownList...
View ArticlePopup in linkbutton works on chrome and IE. but, not working in firefox.
hi, I am using one javascript function to pop up DIV content.i have to show image and few lablel value. here, i give full coding.this javascript function works(all values and image showing) in chrome...
View Articlewhen image click want to navigate another page
Hi<img src='" + targetTable.Rows[i]["ProductImage"] + "' onclick='ImgClick(this.id)' id='" + targetTable.Rows[i]["id"] + "' title='Sample Baby Hat' width='190px'/></a>when i image click...
View ArticleRequiredFieldValidator and OnSelectedChanged event
Hi All,I have a drop down list that fires an OnSelectedChanged event. I have server-side handler for that event. It works fine when I do not make this a required field. If I make this a required field...
View Article"jquery.ui.combined' is not a valid script name. The name must end in '.js'.
I started a basic web app in Visual Studio 2013 and when I try to run it, i get the error below.Server Error in '/' Application. 'jquery.ui.combined' is not a valid script name. The name must end in...
View Articleajax client calling wcf json object
hello,,i Have a service method that returns a json object. The service seems to be working fine when try GET method with firefox restclient or fiddler.I am having difficulties getting the ajax call to...
View ArticlePage.IsValid being set to false in webpart edit mode
I've a web page with webparts on it. It works fine - basically it is taking a donation.If the web page is in "edit" mode however Page.IsValid is false and it won't submit the donation.I can't find any...
View Articlecolresizable not working after postback in UserControl
From the following linkhttp://www.c-sharpcorner.com/UploadFile/jayendra/column-resizing-in-gridview/I have test the column resizing with $(function t () {...
View ArticleMost efficient way to stop sharing session on multiple browser instances...
Hi,Just wondering if there is any efficient and clean solution to stop sharing the session on multiple browser instances and/or tabs. I heard about using cookie less session. But using cookieless...
View Articletabstrip and pageview
I am creating tabs and page views dynamically using code in telerik. I am attaching the close button on which my tabs will be closed. I am uploading different content url for the pageviews. My question...
View Article(Microsoft Guys) We have to find "w:lastRenderedPageBreak" in each Page first...
Hi MicroSoft Guys,We are facing issue when we use Open SDK XML for accessing MS Word Docuement over ASP.net c#. Issue is that we are unable to find w:lastRenderedPageBreak in some pages . We observed...
View ArticleText box issue with master page
Hi,I have a page(aspx). Within that page I have a user-control page (ascx). Within this user-control page, I have a text box for user ID and password. Since I started using a master page for this aspx...
View Article