Click here to Skip to main content
15,893,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Numeric Autogeneration Pin
HemJoshi2-Oct-08 20:47
HemJoshi2-Oct-08 20:47 
AnswerRe: Numeric Autogeneration Pin
Brij29-Sep-08 3:00
mentorBrij29-Sep-08 3:00 
AnswerRe: Numeric Autogeneration Pin
Ashfield29-Sep-08 3:23
Ashfield29-Sep-08 3:23 
Questionget parameter in html Pin
ptvce29-Sep-08 0:59
ptvce29-Sep-08 0:59 
AnswerRe: get parameter in html Pin
Brij29-Sep-08 1:23
mentorBrij29-Sep-08 1:23 
GeneralRe: get parameter in html Pin
ptvce29-Sep-08 1:48
ptvce29-Sep-08 1:48 
GeneralRe: get parameter in html Pin
Brij29-Sep-08 2:06
mentorBrij29-Sep-08 2:06 
GeneralRe: get parameter in html Pin
ptvce29-Sep-08 2:37
ptvce29-Sep-08 2:37 
i wrote this:

<script type="text/javascript" >

function ontextchange(ji)

{
hu = window.location.search.substring(1);
gy = hu.split("&");

for (i=0;i<gy.length;i++)
{
ft = gy[i].split("=");

if (ft[0] == ji)
{
document.getElementById("lblDesc").value =ft[0] ;
}
}
}
onload = ontextchange("ProductName");


</script>

lblDesc is my label but i can not see the value salam

do u know why?
GeneralRe: get parameter in html Pin
Brij29-Sep-08 2:57
mentorBrij29-Sep-08 2:57 
AnswerRe: get parameter in html Pin
eyeseetee29-Sep-08 1:27
eyeseetee29-Sep-08 1:27 
Questionwebdatetimeedit infragistics control is always displaying in the page (Urgent) Pin
patra.santanu@yahoo.co.in29-Sep-08 0:48
patra.santanu@yahoo.co.in29-Sep-08 0:48 
AnswerRe: webdatetimeedit infragistics control is always displaying in the page (Urgent) Pin
Ashfield29-Sep-08 1:21
Ashfield29-Sep-08 1:21 
QuestionEncryption and Decryption Pin
srinivaskonijeti29-Sep-08 0:40
srinivaskonijeti29-Sep-08 0:40 
AnswerRe: Encryption and Decryption Pin
Ashfield29-Sep-08 1:22
Ashfield29-Sep-08 1:22 
AnswerRe: Encryption and Decryption Pin
Paddy Boyd29-Sep-08 2:23
Paddy Boyd29-Sep-08 2:23 
AnswerRe: Encryption and Decryption Pin
Guffa29-Sep-08 6:13
Guffa29-Sep-08 6:13 
QuestionAuto Fill Grid Pin
srinivaskonijeti29-Sep-08 0:39
srinivaskonijeti29-Sep-08 0:39 
AnswerRe: Auto Fill Grid Pin
HemJoshi29-Sep-08 2:43
HemJoshi29-Sep-08 2:43 
AnswerRe: Auto Fill Grid Pin
ednrg1-Oct-08 3:50
ednrg1-Oct-08 3:50 
QuestionA generic error occurred in GDI+ Pin
mehrdadc4829-Sep-08 0:04
mehrdadc4829-Sep-08 0:04 
QuestionGridview page change is affecting sessions Pin
eyeseetee28-Sep-08 22:44
eyeseetee28-Sep-08 22:44 
AnswerRe: Gridview page change is affecting sessions Pin
simsen29-Sep-08 0:37
simsen29-Sep-08 0:37 
GeneralRe: Gridview page change is affecting sessions Pin
eyeseetee29-Sep-08 0:53
eyeseetee29-Sep-08 0:53 
AnswerRe: Gridview page change is affecting sessions Pin
eyeseetee29-Sep-08 1:18
eyeseetee29-Sep-08 1:18 
Questionhow to get the grid items??? Pin
sarala.s28-Sep-08 22:34
sarala.s28-Sep-08 22:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.