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
B

bijeshputhalath

@bijeshputhalath
About
Posts
48
Topics
19
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problems in Short code sms
    B bijeshputhalath

    Hi friends, While communicating with aspx page ,short code sms is not responding correctly.I got correct response; but also got multiple of unknown sms. i.e I have send some msg to 554455 like this short code no. That short code, sms server pass that sms to our own page.In that page I have done some dbase calculation and return sent response sms to client. this is the pgm. but we got lot of unknown sms it contains all html tags in that aspx page.. so how can i stop that unknown sms. if anybody having idea about how to send short code sms and link with aspx page? pls reply... Thanks and regards

    ASP.NET question html sysadmin tutorial

  • Take value from javascript function in aspx's html side to aspx.cs
    B bijeshputhalath

    hello, I got the value,it is printing in form.but i need it in any label or text box controls. Thanks Bijesh

    ASP.NET question javascript html tools help

  • Take value from javascript function in aspx's html side to aspx.cs
    B bijeshputhalath

    Hi, Thanks for ur reply. Please give some sample code .How assign to hidden field and take the values to aspx.cs part. Thanks agaain, Bijesh

    ASP.NET question javascript html tools help

  • Take value from javascript function in aspx's html side to aspx.cs
    B bijeshputhalath

    Hai friends, I hava a javascript function like this in aspx page's html side. function calculate() { alert('welcome'); document.getElementById("<%=lbl_netamount.ClientID%>").innerText = currency_show_conversion(document.getElementById("lbl_netamt").innerText,"INR","USD"); var amount= document.getElementById("<%=lbl_netamount.ClientID%>").innerText; '<%=Session["Amount"]%>'=amount; document.getElementById("lbl_netamount").value = '<%=Session["Amount"]%>'; } I need to take the value from this scipt function into aspx.cs page.what I need to do for that?I write in Pageload event that btn_checkout.Attributes.Add("OnClick", "javascript:calculate()"); But while clicking the button btn_checkout nothing is happend.What wrong with my code.Please give any solution.How can i take value from html side to aspx.cs page.and also check if any mistake in my script.....Please help. Thanks Bijesh

    ASP.NET question javascript html tools help

  • javascript funtion
    B bijeshputhalath

    Hai, I write the function like this. function calculate() { alert('welcome'); document.getElementById("<%=lbl_netamount.ClientID%>").innerText = currency_show_conversion(document.getElementById("lbl_netamt").innerText,"INR","USD"); var amount= document.getElementById("<%=lbl_netamount.ClientID%>").innerText; '<%=Session["Amount"]%>'=amount; document.getElementById("lbl_netamount").value = '<%=Session["Amount"]%>'; } How I call it in aspx.cs page?? Thanks Bijesh

    ASP.NET help javascript question

  • javascript funtion
    B bijeshputhalath

    Hi, ok.How i connect this with my coding?pls go through my first post.where i put session state and I need to assign the label value to session.but here session is assign to a varriable.How I take the value in aspx.cs? Please give some details. Thanks again, Bijesh

    ASP.NET help javascript question

  • javascript funtion
    B bijeshputhalath

    Hi, Thanks for your reply. But I dont know how to use session here.Please give any sample code. Regards Bijesh

    ASP.NET help javascript question

  • javascript funtion
    B bijeshputhalath

    Hi, Please give some sample code for how assigning hiddenfield to the label and how used it in code.... Thanks Bijesh

    ASP.NET help javascript question

  • javascript funtion
    B bijeshputhalath

    Hi , I have try to get the value of a javascript funtion.The result displayed on the aspx form.My problem is that I cant get the value in aspx.cs part. I have some code like this in aspx page document.getElementById("lblop").innerText = currency_show_conversion(document.getElementById("lbl_netamt").innerText,"INR","USD"); in lblop the value is printing. but i try in aspx.cs that, string abc=lblop.Text Nothing is get....What things wrong in my code? please help me Thanks in advance, Bijesh

    ASP.NET help javascript question

  • How to show javascript funtion returns value to Label box?
    B bijeshputhalath

    Hai, Thanks for your continues help.How can I assign the script funtion returns value in to label or text box ? please give any sample codes. Thanks and regads Bijesh

    ASP.NET question java javascript tools tutorial

  • How to show javascript funtion returns value to Label box?
    B bijeshputhalath

    Hai, Thanks for your help.But how I get values in to Label or text box from that script funtion.If any sample code means it will be very helpful. Thanks and regards Bijesh

    ASP.NET question java javascript tools tutorial

  • How to show javascript funtion returns value to Label box?
    B bijeshputhalath

    Hi, Not in HTML Page.I need to show in aspx page . Thanks

    ASP.NET question java javascript tools tutorial

  • How to show javascript funtion returns value to Label box?
    B bijeshputhalath

    Hi all, I have some java script code like this $8.18 AUD = $ currency_show_conversion(8.18,"AUD","CAD"); The output displays in form as 8.18 AUD= 17.23 CAD like this..... I need to get the values in to a label box,instead of the form.How can i display the values in Label Box.????if anybody having idea please suggest a solution.. Thanks in advance, Bijesh

    ASP.NET question java javascript tools tutorial

  • Web tabstrip user control
    B bijeshputhalath

    Hello, I have a doubt in Web TabStrip User Control Posted by jqd2001. There is Main tab and subtabs.He was written raise event for subtabs only.I need to raise events for Main tabs also.How this is possible.?Anybody having idea please help me. Following is the link for article. http://www.codeproject.com/KB/user-controls/WebTabStripUserControl.aspx?fid=94911&fr=51#xx0xx Regards, Bijesh

    ASP.NET com help question

  • stream video from Youtube To ASPX Page Help Needed
    B bijeshputhalath

    Hi Michael, Thank You for Your Help.Now it is Working fine...But Loading Takes time.. Regards Bijesh

    ASP.NET help database tutorial question

  • stream video from Youtube To ASPX Page Help Needed
    B bijeshputhalath

    Hi, Please Explain some more...if am taking object tag from database and assigned to Literal.How is the movie working?If I need to assign only the object tag to Litteral.am i correct? Thanks Bijesh

    ASP.NET help database tutorial question

  • stream video from Youtube To ASPX Page Help Needed
    B bijeshputhalath

    Hi, I need to stream videos from youtube to my webapplication dynamicaaly... I done with static.But my need is different.now i am briefly explain the details... I have different products.all the products have differenet videos.(all the product details are entering in admin side including the movie tag which are stored in a table SQLSERVER2000 DB) I shown the products in different images.while clicking the products details are displayed in another page.There is a button to watch the movie.while clicking the button the corresponing movie want to stream.while the user select the products,it shows all the details with a button to watch movie(all are comes under user side),only the corresponding movie want to run..videos are uploaded in youtube...all the products movie want to stream in the same page..My problem arises here..i can now stream only one movie,if i give the corresponding object tag.How dynamically stream the videos based on the choice without multiple buttons???Please help to solve... i cant know how to embed object tags(movie tags )dynamically....If knows Please share me... Thanks & Regards Bijesh

    ASP.NET help database tutorial question

  • Is Possible to show a youtube video in to aspx page??
    B bijeshputhalath

    Hi, I done with static.But my need is different.now i am briefly explain the details... I have different products.all the products have differenet videos.(all the product details are entering in admin side including the movie tag which are stored in a table SQLSERVER2000 DB) I shown the products in different images.while clicking the products details are displayed in another page.There is a button to watch the movie.while clicking the button the corresponing movie want to stream.while the user select the products,it shows all the details with a button to watch movie(**all are comes under user side),**only the corresponding movie want to run..videos are uploaded in youtube...all the products movie want to stream in the same page..My problem arises here..i can now stream only one movie,if i give the corresponding object tag.**How dynamically stream the videos based on the choice without multiple buttons???**Please help to solve... i cant know how to embed object tags(movie tags )dynamically....If knows Please share me... Thanks & Regards Bijesh

    ASP.NET help csharp question

  • Is Possible to show a youtube video in to aspx page??
    B bijeshputhalath

    Hi, Ok.control is not problem...I need to know some brief coding for this...I want to play the movies dynamically..Please help me to solve. Regards Bijesh

    ASP.NET help csharp question

  • Is Possible to show a youtube video in to aspx page??
    B bijeshputhalath

    Hai friends, I need to run a youtube uploaded movie to aspx page dynamically.I stored the embed tag in a sqlserver(2000)table with some label.I have a set of videos onclicking a particular name i need to run the corresponding video in aspx page.All movies are need to run in the same page itself.am using dotnet1.1 with c# coding.If anybody having idea please share and help to solve my problem...Thanks in advance Regards Bijesh

    ASP.NET help csharp 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