13,153 Topics
| |
hello experts, i am developing a site which includes playing video.. In the index page one default video should be played. i bound all the categories in the dropdown control.. when i change the category in dropdown it lists all the videos in that category. it works fine.. But the … | |
Hi friends, there is a project which contains more than 10 small projects. These projects contains their respective exe's. Each project has some dlls to perform particular operation. Each dll is build by linking with either header1 or header2. My task is to integrate them in one project and make … | |
Hey, I m a final year Computer engineering student, I want 2 do my final year project on ASP.Net. i want 2 do a very exciting and prize winning project on dis, but I am short of ideas, I dont want 2 do any common project. Presently I am learning … | |
hi ! i have made some code for a checkboxlist the items if are selected or not,and then to put them in my database.but im having a problem.even if i select my items they always apears unselected . [code] Dim ckbox As ListItem For Each ckbox In chbl.Items If ckbox.Selected … | |
i have integrated subtext blogs in my project.. every thing works fine... When ever i post multiple blogs with different users, editposts.aspx and other blog pages works fine.. But whenever i click one users blog homepage link from editposts.aspx it shows the following error [B]The resource cannot be found.. Description:HTTP … | |
I am trying to populate another combobox based on the text selected in the first combo box...however , the event protected void ddlcity_SelectedIndexChanged(object sender, EventArgs e) is not firing ? here is my code snippet : [CODE] protected void ddlcity_SelectedIndexChanged(object sender, EventArgs e) { SqlDataReader dr1 = null; SqlCommand command … | |
i have 3 tables Category, CityMaster and Data Next, i Have 2 comboboxes For City and Category. In my Category Table i have Two columns Category and Category ID which is unique for each Category. In my CityMaster table i have 2 columns CityName and CityID wherein each CityName has … | |
Hi All! I have this Button_Click event. I want it to create as many set of the specified below controls as User clicks. For example: If the user clicks one the button then only 1 line set of these controls will appear on the PlaceHolder but if the user clicks … | |
Hi everyone, I have a bunch of radio button with same group/name so only one selected from them which is required, i want selected value on my .cs page but i am unable to do this, please help me. [code=html]<table> <tr> <td class="FourtyOfTr">Self Plan Only</td> <td class="TwelveOfTr"> <input ID="Radio1" type="radio" … | |
Hey Guys, Is there any problem in the following code: [code]TextBox test = (TextBox)Page.PreviousPage.FindControl("search"); if (PreviousPage != null) { if (PreviousPage.IsCrossPagePostBack == true) { Label1.Text = test.Text; } } else { Label1.Text = "Not a cross-page post."; }[/code] | |
Well I am a PHP fan, (HAIL OPENSOURCE) Its just so happen I will have a ASP.NET PROJECT, In short I need to run MS VISUAL STUDIO and MS SQL SERVER in my machine together with XAMPP. I just want to confirm first If I will have a problem installing … | |
Where do I begin now? I have E-BOOKS but still nothing sinks in. You think I need rest to this? WAHAHAHAH! | |
Alright, so right now I have a GridView on my aspx page. It is set to run a stored procedure, get some data and display it. The parameter for the stored proc is set to come in through a query string. So the sqldatasource atuomatically looks for a query string … | |
I have a webpage created using ASP.net and C# 2005. I need to display some text as a marquee (scrolling text from right to left). The text will come from a table and I have already assigned it to a string variable. But I am unable to create the marquee … | |
help please, I used href with target _blank option to view the details in another web page.problem is this when response.redirect is calling the same page.From which href is used its openning another web page ie(same web page one more time so there ) i wish to make that href … | |
im having difficulties, pls advise... 1) filtering my FileUpload to only .txt file 2) read .txt file and bind to gridview, the text file contains e.g. 1234; 9584; 2384; i want to bind it to my gridview which have just one column Please Advise...with c# codes. thanks | |
[B]Hi Everybody, I'm Natheer.. Could you please help me?[/B] My question is: [code]Response.Write("Success1"); Response.Redirect("A Page.HTML"); Response.Write("Success2");//Thanx[/code] I want to see on the browser : Success1Success2 but this way showing the responding of the new redirected page. I'm using this way because I don't know if there is another way.. [B]Thank … | |
How to estimate file upload time in javascript ? to show progress bar with remaining time to upload ... | |
Hey guys, How do you set the forecolor of a label progmatically??? | |
Hello, I have this application that would let a user register (I used an ASP.NET control for that one), and then log in (I do not use ASP.NET control for the login, I am making it myself). When an user register, I am sending their data to an Oracle database, … | |
hello frnds,I want to prevent the page from refreshing...I want that only some portion of page is refreshed..not full page,,Is it possible?? Which control i use for dat..I want just the hints..not the code... | |
here i am again.. i have to create a map that will show our city.. the viewer can search all the school in our city.. what is the best software or programming i will use.. or what is the best thing to do this.. in flash.. it will be more … | |
In my Page_Load() I have the following code: [ICODE]Button btnCancel = wizSummaryDetails.FindControl("FinishNavigationTemplateContainerID").FindControl("CancelButton") as Button; btnCancel.Attributes.Add("onclick", "setSessionAction('NONE');"); [/ICODE] Also, I have the following function that handles clicks on the same button: [ICODE]protected void DetailCancelButton_Click(object sender, EventArgs e) { wizSummaryDetails.MoveTo(wizStepSummary); Session["Action"] = ACTION.NONE; LoadData(); } [/ICODE] But if I have that part … | |
im working on my thesis right now... i need to create a map locator.. just like this one [url]http://www.map.wisc.edu/[/url] any idea how to do this? i read that it can be done in asp.net look alike program thanks for the help.. | |
Hi - I have some VB code that I'm trying to translate to c#. The code has a few WMI calls in it, and I'm stuck. Specifically, my VB code has the following: [code=VB] 'identify remote sessions Dim strComputer As String = "." Dim objWMIService As Object = GetObject("winmgmts:\\" & … | |
Hi, friends i have a datagrid bound a hypercolumn [CODE=ASPNET] <asp:DataGrid ID="menu" AutoGenerateColumns="False" Runat="server"> <Columns> <asp:HyperLinkColumn DataTextField="OPT_DESC" DataNavigateUrlField="OPT_LINK" DataNavigateUrlFormatString="{0}"/> </Columns> </asp:DataGrid> [/CODE] basically what i want to do is, that i want to insert into the database the users that click some links. so how can i make a clickevent … | |
Hey guys, I have a image on my page with an <a> attribute. When i click on it it is supposed to pop up a calender but instead it shows "Stack Overflow at Line 186" on clicking it. The code is: <a href="javascript:;" onclick="window.open('popup.aspx?textbox=Text_sdate','calDate','width=250,height=225,left=270,top=180')"> <img alt="Logo" src="D:\New Folder\Logo.gif" id="IMG1" /></a> … | |
Dear all, I have a problem for my session state. Previously, I used session state InProc, but because CPU usage was very high cause IIS sometimes restarts, so I changed it to SQLServer. but now, session doesnt want to expire even I set timeout to 1 minute !!!. this is … | |
i have one Gridview (Gridview1) i want to make this Grid editable. For this i have set : RowEditing = TRUE RowUpdating = TRUE After this i have got Edit/Delete button on the extreme Left of the Gridview followed by my Autogenerated columns from the database(Column0 , Column1 ,Column2). I … | |
hi, i have came across the problem in treeviewnode.. i want to populate the gridview inside the treeviewnode..if anybody knows the code for that..pls send me as soon as possible |
The End.