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
R

regin

@regin
About
Posts
51
Topics
20
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Images Display from database
    R regin

    Thank you very muchc for ur valuable reply... But i didnt Understand it...[:)]

    ASP.NET database help

  • Images Display from database
    R regin

    I have stored image for employee in the database as binary data.. now i want to display this image from the database with other informations in the same page image control. do any other method for this except response.contenttype="...jpeg"; response.binarywrite=dr["image"]; plz help me soon........

    ASP.NET database help

  • joins of two tables +search
    R regin

    hi... plz somone help me write these queries.. i want to search the data's from employee select the employee name,designation_name where 1)employee code that i can pass or else designation name i can pass 2)only one i can pass from theses 2 3)the employee can contain null value for desination name 4)constraint is :employee.designation_id=desig.designation_id plz somone help me out to solve this pblm

    Database help

  • open a text file or word document in the asp.net page
    R regin

    hai.. i need to open a text file or word document in my web page if i click on one button ...hw can i do that ...plz help me out..

    ASP.NET csharp asp-net help

  • disscussion board +asp.net 2.0+c#
    R regin

    i need to create a disscussion board like this disscussion board..in that i want to show only the subject 1st ..after clicking on subject only the message should show.if i click it again it should be invisible.

    ASP.NET csharp asp-net help

  • disscussion board +asp.net 2.0+c#
    R regin

    i want to create a disscussion board like this..i done half way thru. but the message popup n popout like this messages is not possible...hw can i do that plz help me out...

    ASP.NET csharp asp-net help

  • calendar popup not working in master page
    R regin

    i copied it in the content page.

    ASP.NET csharp asp-net visual-studio tools help

  • calendar popup not working in master page
    R regin

    am using visual studio 2005express edition asp.net using c# and I am trying to create a popup calender so when a user click on a image on the main form, a calender will then popup, the user will select a date and the date will then be passed back to the main form and populate a textbox. it works fine. but when i used master page for all my pages and i put the textbox inside the content , the calender pops up but when i select the date nothing happens .. the textbox was not populated with the selected date from the calender and the window was not closed. Here is my code my main form i have 2 textboxs and 2 buttons to pick the date..for each button i have the script to cal the popup calendarwindow. <!-- <!--Begin var a="i"; function newWindow() { a="i"; mywindow=window.open('calendar.aspx','myname','resizable=no,width=400,height=300'); mywindow.location.href='calendar.aspx'; } function update(day) { if(a=="i") { document.getElementById('txtidate').innerText=day; } if(a=="p") { document.getElementById('txtipdate').innerText=day; } } function MyWindow() { a="p"; mywindow1=window.open('calendar.aspx','myname','resizable=no,width=400,height=300'); mywindow1.location.href='calendar.aspx'; } //End--> in the calendarpopup window i have one caledar control and one button the code for that is.. protected void cldrdate_SelectionChanged(object sender, EventArgs e) { txtdate.Text = cldrdate.SelectedDate.ToShortDateString(); Session["date"] = cldrdate.SelectedDate.ToShortDateString(); } protected void Button2_Click(object sender, EventArgs e) { var MyArgs =document.getElementById('txtdate').value; window.opener.update(MyArgs); window.close(); } it was working properly before using with the master pages.. hw can i do it with masterpages...plz help </x-turndown>

    ASP.NET csharp asp-net visual-studio tools help

  • how can v write html tags in asp.net +c# code??
    R regin

    can i write the html tags in defaultpage.aspx.css???

    ASP.NET csharp html asp-net question

  • how can v write html tags in asp.net +c# code??
    R regin

    how can v write html tags in asp.net +c# code??

    ASP.NET csharp html asp-net question

  • refresh the control asp.net2.0+c#
    R regin

    actually i want make a message board like this...for that only i need to popup pr popout the particular question that i click..

    ASP.NET csharp question asp-net

  • refresh the control asp.net2.0+c#
    R regin

    how can i do that?

    ASP.NET csharp question asp-net

  • refresh the control asp.net2.0+c#
    R regin

    i have to reload the entire control if i click come control like link button

    ASP.NET csharp question asp-net

  • refresh the control asp.net2.0+c#
    R regin

    how can i refresh a particular control using the c# code in asp.net?

    ASP.NET csharp question asp-net

  • refresh the page asp.net2.0+c#
    R regin

    or hw can i do like this community?if i click on one qu it'll pop out..n if click once again it'll popup??

    ASP.NET csharp asp-net wpf help question

  • refresh the page asp.net2.0+c#
    R regin

    yes... its like.. all employee-id,s in thed link button. all employee details in the data list.. but if i click on emp-1 hav to show the details of that emplyee.n tn click on emp2 have to refresh that page n shoe only emplyee 2 details...

    ASP.NET csharp asp-net wpf help question

  • refresh the page asp.net2.0+c#
    R regin

    i have datalist in that i used item templates as linkbutton and a datalist.. i used to click on the linkbutton to show the item template datalist..but i hav to referesh the page on each click on the linkbuton...hw can i do that?\ plz help me.. thanks

    ASP.NET csharp asp-net wpf help question

  • Page refresh inASP.NET2.0+c#
    R regin

    i need c# code..any possibility?

    ASP.NET csharp question javascript asp-net

  • Page refresh inASP.NET2.0+c#
    R regin

    How can i refresh a page without using a javascript code?im using asp.net+c#..

    ASP.NET csharp question javascript asp-net

  • how can i bind a datalist dynamically??
    R regin

    Thanks its working :)

    ASP.NET csharp question asp-net
  • Login

  • Don't have an account? Register

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