|
What is New in dotnetspider.com
See the snapshot of the latest posts in all sections of this site !
| Title | Section | Posted By | Posted Date | | Hi,
I am not clear with your requirement. | Forum Responses | Ajatshatru Upadhyay | 26 Nov 2012 | | Hi,
The one word answer of your question is No. JavaScript is a client side language, which runs | Forum Responses | Ajatshatru Upadhyay | 12 Oct 2012 | | Hi,
You can send grid view data via JQUERY by making use of json data to the web method.
Let me | Forum Responses | Ajatshatru Upadhyay | 12 Oct 2012 | | Hi,
Use any one of them:
With JavaScript:
[code]
document.getElementById("<%=lblMessage.Cl | Forum Responses | Ajatshatru Upadhyay | 12 Oct 2012 | | Hi,
Sorry for responding late.
Okay, so in that case you can use JQUERY and JSON data to call a | Forum Responses | Ajatshatru Upadhyay | 12 Oct 2012 | | Hi,
Create Boolean type categoriey like Read for each message in the database. Whenever someone s | Forum Responses | Ajatshatru Upadhyay | 11 Oct 2012 | | Hi,
You can get the session value through JavaScript in below way:
[code]
var sessionData = ' | Forum Responses | Ajatshatru Upadhyay | 11 Oct 2012 | | Hi,
Create your controls inside a loop.
Let's say you need to create 10 textboxes, then you can | Forum Responses | Ajatshatru Upadhyay | 11 Oct 2012 | | Hi,
Validate the seat number as soon as you receive a request. If not validated throw a message t | Forum Responses | Ajatshatru Upadhyay | 11 Oct 2012 | | Hi,
You did not provide any detail about the scenario.
However, Page.IsValid property returns t | Forum Responses | Ajatshatru Upadhyay | 11 Oct 2012 | | Hi,
You can find the controls of grid view on button click event like below:
[code]
protected | Forum Responses | Ajatshatru Upadhyay | 11 Oct 2012 | | Hi,
No JavaScript or any client side script can be processed from server side. For client side sc | Forum Responses | Ajatshatru Upadhyay | 10 Oct 2012 | | Hi,
See below code snippet which restricts the maximum character length for the text area to 100. | Forum Responses | Ajatshatru Upadhyay | 10 Oct 2012 | | Hi,
I am not clear with your requirement. Where the user is actually entering values and in which | Forum Responses | Ajatshatru Upadhyay | 09 Oct 2012 | | Hi,
There is no hard and fast rule for that. It totally depends upon the need of the design. Thou | Forum Responses | Ajatshatru Upadhyay | 08 Oct 2012 | | Hi,
Instead of "$("#aspnetForm").validate", put your validation code inside OK button click event | Forum Responses | Ajatshatru Upadhyay | 08 Oct 2012 | | Hi,
Just call the JavaScript function on from the header check box "onclick" event.
See below co | Forum Responses | Ajatshatru Upadhyay | 08 Oct 2012 | | Hi,
I am not clear with your requirement. What setting module are you talking about?
However, | Forum Responses | Ajatshatru Upadhyay | 08 Oct 2012 | | Hi,
See below example for saving and retrieving array list into Application variable:
[code]
| Forum Responses | Ajatshatru Upadhyay | 08 Oct 2012 | | Hi,
See the below example:
[code]
<asp:DropDownList ID="DropDownList1" runat="server" AutoPos | Forum Responses | Ajatshatru Upadhyay | 07 Oct 2012 | | Hi,
See below example:
[code]
function validateDate() {
var xDate1 = new Date(document.g | Forum Responses | Ajatshatru Upadhyay | 07 Oct 2012 | | Hi,
The best way is to maintain a unique post ID in your database and also its reference to the c | Forum Responses | Ajatshatru Upadhyay | 07 Oct 2012 | | Hi,
Just add a css attribute to the control in which you are displaying the error messae.
Suppos | Forum Responses | Ajatshatru Upadhyay | 07 Oct 2012 | | Hi,
The simplest way is to use hyper link or link button instead of label control. You can them b | Forum Responses | Ajatshatru Upadhyay | 06 Oct 2012 | | Hi,
As your data table is on the server, you can achieve this in two ways.
1. On page load ret | Forum Responses | Ajatshatru Upadhyay | 06 Oct 2012 | | Hi,
See below code snippet in which I used row data bound event to achieve the same.
I used "Pro | Forum Responses | Ajatshatru Upadhyay | 06 Oct 2012 | | Hi,
You did not mention the exact problem you are facing here. Please post the problem or error y | Forum Responses | Ajatshatru Upadhyay | 06 Oct 2012 | | Hi,
I am not clear with your question. What form size is you talking about, if you are talking ab | Forum Responses | Ajatshatru Upadhyay | 06 Oct 2012 | | Hi,
The property window only shows the server side events and as "OnClientClick" is a client side | Forum Responses | Ajatshatru Upadhyay | 06 Oct 2012 | | Hi,
See the JavaScript code below which throws a waning confirm window of session time out. If us | Forum Responses | Ajatshatru Upadhyay | 06 Oct 2012 | | Hi,
You cannot set the file path of the FileUpload control. For security reasons it is readonly.
| Forum Responses | Ajatshatru Upadhyay | 27 Sep 2012 | | Hi,
You can use ORDER BY clause on parrot column with select query.
See the example below:
| Forum Responses | Ajatshatru Upadhyay | 27 Sep 2012 | | Hi,
All the ASP.NET controls are converted into HTML controls by the ASP.NET engine. The process | Forum Responses | Ajatshatru Upadhyay | 26 Sep 2012 | | Hi,
my textbox may have alphabet search also and if numeric search than the first numeric value | Forum Responses | Ajatshatru Upadhyay | 26 Sep 2012 | | Hi,
It totally depends upon your requirement. Typically we use Hidden fields if we want some serv | Forum Responses | Ajatshatru Upadhyay | 26 Sep 2012 | | Hi,
IsPostBack a Boolean property of Page class simply checks whether the page is requested for t | Forum Responses | Ajatshatru Upadhyay | 26 Sep 2012 | | Hi,
What I understood from your description is your input string is:
[code]"CREATE TABLE "BITA | Forum Responses | Ajatshatru Upadhyay | 12 Sep 2012 | | Hi,
Sorry for responding late. Below is the code:
Client side:
[code]
<head runat="server">
| Forum Responses | Ajatshatru Upadhyay | 12 Sep 2012 | | Hi,
Are you looking for something like this:
[code]
Hashtable fst = new Hashtable();
fst.Add | Forum Responses | Ajatshatru Upadhyay | 12 Sep 2012 | | Hi,
You cannot use "Dictionary" type in jQuery or JavaScript because there is no data type like " | Forum Responses | Ajatshatru Upadhyay | 12 Sep 2012 | | Hi,
If you have to remove/replace entire string, then just assign it the new value in case of rep | Forum Responses | Ajatshatru Upadhyay | 12 Sep 2012 | | Hi,
I am not sure about your requirement. Would request to please elaborate it.
However, you can | Forum Responses | Ajatshatru Upadhyay | 11 Sep 2012 | | Hi,
Use below code in JavaScript:
[code]
document.getElementById("ControlID").style.display = | Forum Responses | Ajatshatru Upadhyay | 11 Sep 2012 | | Hi,
Use File.Copy() method.
The syntax is:
[code]
using System;
using System.IO;
File.Copy | Forum Responses | Ajatshatru Upadhyay | 11 Sep 2012 | | Hi,
After changing the language, login and then try to change the language and save the settings. | Forum Responses | Ajatshatru Upadhyay | 10 Sep 2012 | | Hi,
Even if on gmail login page you will find language setting option. On the bottom right side t | Forum Responses | Ajatshatru Upadhyay | 10 Sep 2012 | | Hi,
The SelectedIndexChanged event of grid view gets fired when a row select button is clicked.
| Forum Responses | Ajatshatru Upadhyay | 10 Sep 2012 | | Hi,
Please see the selected language by click Setting" icon on top right (just below your name). | Forum Responses | Ajatshatru Upadhyay | 10 Sep 2012 | | Hi,
If you want to take input as "Yes" and "No" only, I would suggest you to use controls like Ra | Forum Responses | Ajatshatru Upadhyay | 07 Sep 2012 | | Hi,
Use below query for "DD-MM-YYYY" format:
[code]
SELECT REPLACE(CONVERT(VARCHAR, SYSDATETI | Forum Responses | Ajatshatru Upadhyay | 07 Sep 2012 |
|
 Follow us on Twitter: https://twitter.com/dotnetspider
|
|
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.
|