dotnetspider.com
Login Login    Register      

TutorialsForumCareer DevelopmentResourcesReviewsJobsInterviewCommunitiesProjectsTraining

Subscribe to Subscribers
Talk to Webmaster
Tony John

Facebook
Google+
Twitter
LinkedIn
Online MembersAsheej T K
Shine S
Ranjith Kumar
More...
Join our online Google+ community for Bloggers, Content Writers and Webmasters



What is New in dotnetspider.com


See the snapshot of the latest posts in all sections of this site !

Search posts by User Id:        
      Posts from my Friends       Posts from Everyone

TitleSectionPosted ByPosted Date
Hi, I am not clear with your requirement.Forum ResponsesAjatshatru Upadhyay26 Nov 2012
Hi, The one word answer of your question is No. JavaScript is a client side language, which runs Forum ResponsesAjatshatru Upadhyay12 Oct 2012
Hi, You can send grid view data via JQUERY by making use of json data to the web method. Let me Forum ResponsesAjatshatru Upadhyay12 Oct 2012
Hi, Use any one of them: With JavaScript: [code] document.getElementById("<%=lblMessage.ClForum ResponsesAjatshatru Upadhyay12 Oct 2012
Hi, Sorry for responding late. Okay, so in that case you can use JQUERY and JSON data to call a Forum ResponsesAjatshatru Upadhyay12 Oct 2012
Hi, Create Boolean type categoriey like Read for each message in the database. Whenever someone sForum ResponsesAjatshatru Upadhyay11 Oct 2012
Hi, You can get the session value through JavaScript in below way: [code] var sessionData = 'Forum ResponsesAjatshatru Upadhyay11 Oct 2012
Hi, Create your controls inside a loop. Let's say you need to create 10 textboxes, then you canForum ResponsesAjatshatru Upadhyay11 Oct 2012
Hi, Validate the seat number as soon as you receive a request. If not validated throw a message tForum ResponsesAjatshatru Upadhyay11 Oct 2012
Hi, You did not provide any detail about the scenario. However, Page.IsValid property returns tForum ResponsesAjatshatru Upadhyay11 Oct 2012
Hi, You can find the controls of grid view on button click event like below: [code] protectedForum ResponsesAjatshatru Upadhyay11 Oct 2012
Hi, No JavaScript or any client side script can be processed from server side. For client side scForum ResponsesAjatshatru Upadhyay10 Oct 2012
Hi, See below code snippet which restricts the maximum character length for the text area to 100.Forum ResponsesAjatshatru Upadhyay10 Oct 2012
Hi, I am not clear with your requirement. Where the user is actually entering values and in whichForum ResponsesAjatshatru Upadhyay09 Oct 2012
Hi, There is no hard and fast rule for that. It totally depends upon the need of the design. ThouForum ResponsesAjatshatru Upadhyay08 Oct 2012
Hi, Instead of "$("#aspnetForm").validate", put your validation code inside OK button click eventForum ResponsesAjatshatru Upadhyay08 Oct 2012
Hi, Just call the JavaScript function on from the header check box "onclick" event. See below coForum ResponsesAjatshatru Upadhyay08 Oct 2012
Hi, I am not clear with your requirement. What setting module are you talking about? However, Forum ResponsesAjatshatru Upadhyay08 Oct 2012
Hi, See below example for saving and retrieving array list into Application variable: [code] Forum ResponsesAjatshatru Upadhyay08 Oct 2012
Hi, See the below example: [code] <asp:DropDownList ID="DropDownList1" runat="server" AutoPosForum ResponsesAjatshatru Upadhyay07 Oct 2012
Hi, See below example: [code] function validateDate() { var xDate1 = new Date(document.gForum ResponsesAjatshatru Upadhyay07 Oct 2012
Hi, The best way is to maintain a unique post ID in your database and also its reference to the cForum ResponsesAjatshatru Upadhyay07 Oct 2012
Hi, Just add a css attribute to the control in which you are displaying the error messae. SupposForum ResponsesAjatshatru Upadhyay07 Oct 2012
Hi, The simplest way is to use hyper link or link button instead of label control. You can them bForum ResponsesAjatshatru Upadhyay06 Oct 2012
Hi, As your data table is on the server, you can achieve this in two ways. 1. On page load retForum ResponsesAjatshatru Upadhyay06 Oct 2012
Hi, See below code snippet in which I used row data bound event to achieve the same. I used "ProForum ResponsesAjatshatru Upadhyay06 Oct 2012
Hi, You did not mention the exact problem you are facing here. Please post the problem or error yForum ResponsesAjatshatru Upadhyay06 Oct 2012
Hi, I am not clear with your question. What form size is you talking about, if you are talking abForum ResponsesAjatshatru Upadhyay06 Oct 2012
Hi, The property window only shows the server side events and as "OnClientClick" is a client sideForum ResponsesAjatshatru Upadhyay06 Oct 2012
Hi, See the JavaScript code below which throws a waning confirm window of session time out. If usForum ResponsesAjatshatru Upadhyay06 Oct 2012
Hi, You cannot set the file path of the FileUpload control. For security reasons it is readonly. Forum ResponsesAjatshatru Upadhyay27 Sep 2012
Hi, You can use ORDER BY clause on parrot column with select query. See the example below: Forum ResponsesAjatshatru Upadhyay27 Sep 2012
Hi, All the ASP.NET controls are converted into HTML controls by the ASP.NET engine. The process Forum ResponsesAjatshatru Upadhyay26 Sep 2012
Hi, my textbox may have alphabet search also and if numeric search than the first numeric valueForum ResponsesAjatshatru Upadhyay26 Sep 2012
Hi, It totally depends upon your requirement. Typically we use Hidden fields if we want some servForum ResponsesAjatshatru Upadhyay26 Sep 2012
Hi, IsPostBack a Boolean property of Page class simply checks whether the page is requested for tForum ResponsesAjatshatru Upadhyay26 Sep 2012
Hi, What I understood from your description is your input string is: [code]"CREATE TABLE "BITAForum ResponsesAjatshatru Upadhyay12 Sep 2012
Hi, Sorry for responding late. Below is the code: Client side: [code] <head runat="server"> Forum ResponsesAjatshatru Upadhyay12 Sep 2012
Hi, Are you looking for something like this: [code] Hashtable fst = new Hashtable(); fst.AddForum ResponsesAjatshatru Upadhyay12 Sep 2012
Hi, You cannot use "Dictionary" type in jQuery or JavaScript because there is no data type like "Forum ResponsesAjatshatru Upadhyay12 Sep 2012
Hi, If you have to remove/replace entire string, then just assign it the new value in case of repForum ResponsesAjatshatru Upadhyay12 Sep 2012
Hi, I am not sure about your requirement. Would request to please elaborate it. However, you canForum ResponsesAjatshatru Upadhyay11 Sep 2012
Hi, Use below code in JavaScript: [code] document.getElementById("ControlID").style.display =Forum ResponsesAjatshatru Upadhyay11 Sep 2012
Hi, Use File.Copy() method. The syntax is: [code] using System; using System.IO; File.CopyForum ResponsesAjatshatru Upadhyay11 Sep 2012
Hi, After changing the language, login and then try to change the language and save the settings.Forum ResponsesAjatshatru Upadhyay10 Sep 2012
Hi, Even if on gmail login page you will find language setting option. On the bottom right side tForum ResponsesAjatshatru Upadhyay10 Sep 2012
Hi, The SelectedIndexChanged event of grid view gets fired when a row select button is clicked. Forum ResponsesAjatshatru Upadhyay10 Sep 2012
Hi, Please see the selected language by click Setting" icon on top right (just below your name). Forum ResponsesAjatshatru Upadhyay10 Sep 2012
Hi, If you want to take input as "Yes" and "No" only, I would suggest you to use controls like RaForum ResponsesAjatshatru Upadhyay07 Sep 2012
Hi, Use below query for "DD-MM-YYYY" format: [code] SELECT REPLACE(CONVERT(VARCHAR, SYSDATETIForum ResponsesAjatshatru Upadhyay07 Sep 2012

    Next Results  




Follow us on Twitter: https://twitter.com/dotnetspider

Active Members
TodayLast 7 Daysmore...

Awards & Gifts
Email subscription
  • .NET Jobs
  • .NET Articles
  • .NET Forums
  • Articles Rss Feeds
    Forum Rss Feeds


    About Us    Contact Us    Copyright    Privacy Policy    Terms Of Use    Revenue Sharing sites   Advertise   Talk to Tony John
    Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
    2005 - 2012 All Rights Reserved.
    .NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
    Articles, tutorials and all other content offered here is for educational purpose only.
    We are not associated with Microsoft or its partners.