- Strength to Increase Rep
- +9
- Strength to Decrease Rep
- -2
- Upvotes Received
- 17
- Posts with Upvotes
- 16
- Upvoting Members
- 11
- Downvotes Received
- 17
- Posts with Downvotes
- 14
- Downvoting Members
- 8
459 Posted Topics
host your app in IIS, select your machine or create a server and provide the necessary permission to virtual directory. hope that helps.
Retrieving information about a particular user is just as easy, using the GetUser method. This method takes the user name and returns a MembershipUser object: [CODE]MembershipUser user = Membership.GetUser("AndreaS")[/CODE] Once you've got a MembershipUser object, you know all you need to know about a particular user, and you can, for …
why dnt you grab the whole data from Dropdown and then Bind to Treeview.. hope it has the same effect and also offers you more control while assigning parent and child elements.
select * into yourbakuptable from yourTable
Client Side Code [CODE] <head runat="server"> <title>Call JavaScript From CodeBehind</title> <script type="text/javascript"> function Jigsawalert() { alert('Jigsaw is coming for you !'); } </script> </head> [/CODE] On Button Click (Server Side Code) [CODE] Page.ClientScript.RegisterStartupScript(this.GetType(), "alert", "Jigsawalert();", true); [/CODE] I hope you are loking for this. Try this and let us know …
set the theme in your mind...and get started.. you'll learn when you start the things by yourself..
wot r u ....a hacker or somethin?
grab all runat = "server" controls inside form tag. on master page.. it should work..
[code] label lab = (label)page.findcontrol("controlname"); lab.text = "the value you want to add"; [/code]
there is no row at position 0 means your dataset is not populated.. execute the store procedure manually and let me know the o/p
use application variable....works... 100%
[code]// add this to code behind.... protected void MyGridView_RowCreated(object sender, GridViewRowEventArgs e) { string rowID = String.Empty; if (e.Row.RowType == DataControlRowType.DataRow) { rowID = "row"+e.Row.RowIndex; e.Row.Attributes.Add("id","row"+e.Row.RowIndex); e.Row.Attributes.Add("onclick","ChangeRowColor(" +"'" + rowID + "'" + ")"); } } // Add this to designer page.... <script language ="javascript" type="text/javascript"> document.body.style.cursor = 'pointer'; var …
on button click.. $("ddl").hide(); $("txtShow").show(); $('txtShow').focus(); dont forget to download jquery and dont forget to add jquery refrence in your page ! hope that helps
are generating dynamic textbox using javascript or from code behind...?
if you are using Update Panel then [CODE] ScriptManager.RegisterClientScriptBlock(this,getType(),"Key","alert('it is working')","true");[/CODE] if not using update panel then [CODE] page.clientscript.registerstartupscript(getType(),,"Key","alert('it is working')","true");[/CODE] hope that helps
could u be more specific..in terms of extension..?
you are little confusing..just tell us wot do you want in brief..?
[url]http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx[/url]
check for null ...Error makes a lot sense.
Hello there, Is there anyway i can open a ppt in web browser or may i can do things like slideshare does to view documents like ( ppt, doc ...etc ) any logic will help !
please dont use word urgent. no one will help you. [url]http://jqueryui.com/demos/draggable/#sortable[/url] or show me your code. anyways you got a classy design :-)
to view single record in tableview format use formview control. setup the design the way u like and simply bind the values after filling the dataset.
dude check for null !
select your HTML page view source before selecting and select your HTML page view source after selecting you'll have the answer.
hmm.....it's not gonna happen if u r using redirect method!
if your IIS okey then simply open the project 1. Right Click on Web Project and select Properties 2. From left side Menu Select "Web" 3. On Right Side you'll Find Server Option below that 4. You'll find User IIS web Server Option, Just Select that Radio Button 5. Now …
try clearing a browser cache !
[url]http://msdn.microsoft.com/en-us/library/hwf94875.aspx[/url] [url]http://www.4guysfromrolla.com/articles/032206-1.aspx[/url] [url]http://www.aspdotnetcodes.com/Custom_Sorting_Paging_GridView.aspx[/url]
[URL="http://aspspider.info/gridviewpanda/Gridview/GridView_Edit_Update_Advance.aspx"]Try This..[/URL] it contains the code for download..
Hi there all. i have made an application which sends an email to client. our mail server is in india. so while sending an email it shows indian date in email. is there any way i can do some code that will convert the indian date to US datetime automatically.
Did u get the solution ?
if you change your references or you make a change in the code then one rebuild is sufficient which updates dll. all you need to copy your dll to staging or production server.
Set up Roles. Redirect users according to their roles.
you can use Ramesh' idea or you can use Literal control to setup wotever you need
check if simple page is running fine. if yes the your code has issue else we'll figure out something
[URL="http://support.microsoft.com/kb/308507"]Enjoy ![/URL] Please remember Adapter.Update reflects your dataset to database.
please dont name the thread = Urgent. please be specific wot you need in your title
[CODE] while (counter <= 10) { messageLabel.Text += " :" + counter.ToString(); counter++; } [/CODE]
set up a debug point. see if it reaches the RowEditing Event. if no then Delete from Mark up and Delete from Gridview Event and agaian generate the new RowEditing Event. if yes then check this out. may be you are missing some part. [url]http://www.codeproject.com/KB/webforms/Editable_GridView.aspx[/url]
dude you are missing ItemTemplate. go to youtube.com i have uploaded gridview videos for you guys. search for dnanetwork or Gridview
mithun start a new thread...in order to proceed..!
no idea....but if u find the solution then hit me back..
The End.
dnanetwork