use ASP.Net Template column... right click the grid and select edit template column in item template drag drop a checkbox from the toolbox
Some People succeed because they are Destined to, but most people succeed because they are Determined to
use ASP.Net Template column... right click the grid and select edit template column in item template drag drop a checkbox from the toolbox
Some People succeed because they are Destined to, but most people succeed because they are Determined to
Hi, Does anyone knows how to create a setup package that will install a custom font into the clients windows\fonts directory without prompting him. Some People succeed because they are Destined to, but most people succeed because they are Determined to
Hi Timothy, regarding getting B.aspx as a popup its simple : use window.open() instead of response.redirect("page.aspx"); and for the button on page A.aspx in it's A.aspx.cs file add the following line in the Page load Event ButtonName.Attributes.Add("onclick","callB()"); and add the following script in the html head block as shown. function callB() { window.open("B.aspx","Title",config='height=300,width=650'); } it will open B.aspx in seperate window. :) and regarding to get the picture name in A.aspx page textbox you can use session variable for e.g. use an image button from toolbar use image url to get the picture in it use alternative text to specify the image name (! you can use it later) then on image button click event write the following code Session["picName"] = ImageButton.AlternateText.ToString(); so now the image name is with you in the session variable picName write close event for page B.aspx now in !postback write code to get session variable text in textbox textbox.text = session["picName"].toString(); !remember you need to do error handling when using session else you'll get all those creepy errors on your browser. Some People succeed because they are Destined to, but most people succeed because they are Determined to
Hello everybody, Can anyone tell me is there any way to maintain the same session within two applications, on a single or multiple server in .NET framework 1.1 so that the user can switch between the two applications without having him relogging. Some People succeed because they are Destined to, but most people succeed because they are Determined to
Hi, Can anyone tell me how to implement virus scan in a web application when user loads file on server to share, is there any api that needs to be called, any sort of information may be helpful so please reply promptly to this message. Some People succeed because they are Destined to, but most people succeed because they are Determined to