Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

jintalPatel

@jintalPatel
About
Posts
15
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • New Server Mail Config Problem
    J jintalPatel

    HI I am useing 2008 server and from that i am not be able to send mail ..Wchich setting i need to set?

    ASP.NET sysadmin help question

  • Problem with Running Classic ASP page in VS2005
    J jintalPatel

    Hi I don't know how to run asp page in Vs2005.I have one application which contain some asp page and i want to do some modification in that page and want to test or debug. how it possible ..or on wchich othe platform i can debug my asp page Thanks

    ASP.NET debugging help tutorial

  • I want to open any audio file in my page
    J jintalPatel

    Hi I want to open a audio file on linkbutton click event...i boud the file name on linkbutton when we press on the button i actally want to play that sound file.my linkbutton is in datagrid.and audio file is xyz.osf formate.. Please help me

    ASP.NET help

  • While Loop Problem in SQL
    J jintalPatel

    DECLARE @spot SMALLINT DECLARE @str VARCHAR(8000) DECLARE @strQuery nVARCHAR(1000) DECLARE @sql VARCHAR(8000) DECLARE @cslist VARCHAR(8000) declare @Count int set @Count=0 set @cslist='CallLog1230,CallLog2230' MainLoop: WHILE @cslist <> '' BEGIN SET @spot = CHARINDEX(',', @cslist) print @spot IF @spot>0 BEGIN SET @str = CAST(LEFT(@cslist, @spot-1) AS varchar) SET @cslist = RIGHT(@cslist, LEN(@cslist)-@spot) print @cslist goto InComing goto OutGoing END ELSE BEGIN SET @str = CAST(@cslist AS varchar) SET @cslist = '' print @str if(@Count=0) Begin set @Count=1 goto InComing goto OutGoing End Else goto EndLoop END End InComing: Begin print 'IN' print @str End OutGoing: Begin print 'OUT' print @str goto MainLoop End EndLoop: return I am not return from the While loop Please help me to find where i am wrong

    ASP.NET help database

  • Javascript Textbox Problem
    J jintalPatel

    When i set the textbox value to "" but it still take the what ever value set by server side previously

    ASP.NET javascript sysadmin help

  • Problem when try to get value of text box in javascript
    J jintalPatel

    Thanks

    ASP.NET help javascript

  • Problem when try to get value of text box in javascript
    J jintalPatel

    Thanks It works

    ASP.NET help javascript

  • Problem when try to get value of text box in javascript
    J jintalPatel

    i want to get text box value in my javascript function but my textbox visible=flase so i am not getting value in my function. Help ME

    ASP.NET help javascript

  • Javascript : Not Set the value at server side
    J jintalPatel

    if(text=="Sick" || text=="AWOL" || text=="Absent") { document.getElementById("ctl00$ContentPlaceHolder1$txtReason").value = "" ; document.getElementById("ctl00$ContentPlaceHolder1$txtReason").focus(); document.getElementById("ctl00_ContentPlaceHolder1_cmbHours").value = "0" ; document.getElementById("ctl00_ContentPlaceHolder1_cmbminuts").value = "0" ; document.getElementById("ctl00_ContentPlaceHolder1_cmboutHour").value = "0" ; document.getElementById("ctl00_ContentPlaceHolder1_cmboutminutes").value = "0" ; document.getElementById("ctl00_ContentPlaceHolder1_txtdinner").value = "0" ; } using this code my textbox value is chaged but my problem is when i try to get the textbox value at server side it show me the older value insted of "0"

    ASP.NET javascript sysadmin help

  • I am Getting the error like
    J jintalPatel

    Thanks For Reply.. But as i know the google is best serch engine ..i have all ready use that ...after all search i have post this question

    ASP.NET help

  • I am Getting the error like
    J jintalPatel

    I am Getting the error like "sys.webforms.pagerequestmanagerparsererrorexception" Please help me.

    ASP.NET help

  • Javascript Print Function is not working
    J jintalPatel

    function PrintPage() { printWindow = window.open("../xyz.pdf"); printWindow.print() } it's open the page but not print the page

    ASP.NET javascript

  • loading a simple text file in iframe
    J jintalPatel

    function setframeOriginal(url) { var eyeframe; eyeframe = document.getElementById('RSIFrame'); eyeframe.src='You Path'; } ;</x-turndown>

    ASP.NET help com

  • Page.ClientScript.RegisterClientScriptBlock Not Working in my page
    J jintalPatel

    I tried making last argument false as well but it still not giving the popup block

    .NET (Core and Framework) tools question

  • Page.ClientScript.RegisterClientScriptBlock Not Working in my page
    J jintalPatel

    Hi In my page i write like this: Page.ClientScript.RegisterClientScriptBlock(this.GetType(),"Msg","<script>alert('Employee information is not valid...');</script>",true); But no popup window open ..is this right code?

    .NET (Core and Framework) tools question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups