13,153 Topics

Member Avatar for
Member Avatar for GTTravis

Hi guys, let me get to the point: I want have a button that when clicked allows the user to browse to any folder in any location whether it is a flash or the c-drive. Depending on the location and folder selected the user must see all image files in …

Member Avatar for geniusvishal
0
171
Member Avatar for anisha.silva

hi, i have a class handler and a class health monitor. i have 2 instanses of the handler class as primary and secondary. in the start of the appliacation the primary and th secondary handler is set. what i want to do is once the primary is set up every …

Member Avatar for horosharp
0
483
Member Avatar for jiji2663

I am currently using a datalist to update the database with a textbox control. The problem is that when I am pressing "Edit" and entering values in the textbox and when trying to update the database, the database is not getting updated with the entered value. Could someone please let …

Member Avatar for BMXDad
0
147
Member Avatar for JimOfRose

Hello all, First, if I may, a comment. This is my first post. I have been a member of another forum and found that users are treated with little respect... assumptions are made, stupid questions are not allowed patience, etc. I work for a large IT corporation (if I told …

Member Avatar for BMXDad
0
222
Member Avatar for thirumalareddy

ASP.Net master page and content page I have a login screen in the content page ,Aftre login the values should go to the Master page on the Label. please give some solution

Member Avatar for BMXDad
0
406
Member Avatar for sametkocak

I installed my application asp.net 4.0 with Server machine, but I get this error when loading the file. I gave all the IIS permissions, but not changing anything. I'd appreciate if you help. Error image [http://sametkocak.com/img/hata.png]

Member Avatar for BMXDad
0
143
Member Avatar for clausont

I have a row of buttons in a gridview that are created dynamically. When the button in a cell is clicked, the row disappears. Not sure why. Does anyone have a solution to this? Here is my code: Protected Sub GridView2_RowDataBound(sender As Object, e As GridViewRowEventArgs) If e.Row.RowType = DataControlRowType.DataRow …

Member Avatar for BMXDad
0
812
Member Avatar for davy_yg

Hello I am using VS 2010 while following Video tutorial for VS 2005. I thought it would be just the same thing. I am using .NET 4 framework. I suppose to see on screen product page with complete data, except this time, I do not see the data. I do …

Member Avatar for BMXDad
0
163
Member Avatar for hookedtocsharp

I have this is my first page FirstPage.aspx protected void GridName_SelectedIndexChanged(object sender, GridViewSelectEventArgs e) { String Url = String.Empty; int index = e.NewSelectedIndex; String Name = String.Empty Name = GridName.DataKeys[index].Values["Name"].ToString() Url = "RetrieveAddress.aspx?Name= " + Name.ToString(); Response.Redirect(Url, false); Context.ApplicationInstance.CompleteRequest(); } Now, using the Name parameter from the FirstPage.aspx, How to …

Member Avatar for JorgeM
0
189
Member Avatar for davy_yg

Hello, I am following a tutorial about how to use VS 2005 ASP.NET. I wonder what .NET Framework version is that? Since I have to choose between 4.0 , 3.5 , 3.0 , and 2.0 . There might be some difference right? Which one should I choose for VS 2005 …

Member Avatar for JorgeM
0
203
Member Avatar for davy_yg

I get a few underline from this code: Value of type string cannot be converted to 'System.Web.UI.WebControls.Label' Why is it? KodeBarang = CType(Repeater1.Items(e.Item.ItemIndex).FindControl("KodeBarang"), Label).Text NamaBarang = CType(Repeater1.Items(e.Item.ItemIndex).FindControl("NamaBarang"), Label).Text

Member Avatar for BMXDad
0
65
Member Avatar for HunainHafeez

i figured out the problem it is that Hash function generates different hash each time for same value i.e 12345 and thats why it doesn't match during login with the one that i submitted during signup. so is there any way to make the hash stable for same value e.g. …

Member Avatar for JorgeM
0
84
Member Avatar for clausont

Is it possible to have a gridview set for horizontal and have the header only one time along the left side vertically? I have a gridview where the columns repeat depending on the number of items selected up to five. The details of each item will show in one vertical …

Member Avatar for clausont
0
416
Member Avatar for asifalizaman

what is the difference b/t PHP and ASP.net php is the server side scripting language and ASP.net is i think same as php but specific to Microsoft .am i right kindly explain differenc

Member Avatar for jkon
2
250
Member Avatar for Yorkiebar14

Hello, So I'm trying to make a program to auto bump my facebook posts. I have made it log in etc but there is no 'post' button on facebook, you have to press enter on the keyboard. How can I make the program press enter in the box and make …

Member Avatar for Begginnerdev
0
244
Member Avatar for gs1344

Visual Web Developer 2010 how to save textbox to SQL VB.net I am new to Visual Web Developer Express I connected the SQL Created a webpage and simply added 2 textbox(s) a gridview (works) Submit button When trying the app the Submit button, The page resets, it appears to work …

Member Avatar for geniusvishal
0
275
Member Avatar for clausont

I am trying to populate a gridview from an Access database and am running into an interesting issue. The database is populates with data, but when I do a very simple Select * From it returns an empty data message. I tried putting together a test page with only a …

Member Avatar for geniusvishal
0
150
Member Avatar for kamilacbe

HI, I am developing a website which needs an option to copy and just paste the embed code to share any kind of video lets say youtube or cnn news, the embed code has to be copied and it should play in front end so basically i have a list …

Member Avatar for JorgeM
0
210
Member Avatar for pateachongthu

Hello there, I recently faced problem with my website www.zomedia.in. I am using sql server 2005 and asp.net 4.0 with c#. My database tables are automatically filled with some unknown html css junk codes such as (</title><style>.apyk{position:absolute;clip:rect(438px,auto,auto,438px);}</style><div c) (check http://zomedia.in/ZomediaSongs/ZomediaMp3.aspx and you can see the gridview with junk data in …

Member Avatar for JorgeM
0
383
Member Avatar for hookedtocsharp

The scenario is, If the user has logged in for the first using his one time password it should get redirected to ResetPassword.aspx If the user is not new, then should get redirected to Main.aspx page. Should I use IsPostBack or Membership.ValidateUser? How do we usually code in c# to …

Member Avatar for Ketsuekiame
0
229
Member Avatar for nsbtg

I am new in ASP.NET and C#... I create menu for my website using web.sitemap..I'm NOT use the ROLE.. I call that menu in master page using repeater.. I want to ask, how can I hide some sitemap menu based on user login using repeater? I have 2 type of …

Member Avatar for LastMitch
0
157
Member Avatar for Kratoswoo

So I have been working on something that will check if a user is online or offline. I have the login page set up adn when you loggin, it will take you to the datase that shows all the users. I have a row called "UserOnline" and I want it …

Member Avatar for GliderPilot
0
189
Member Avatar for anisha.silva

HI, I have a text message in a C# class file that i want to display in a web page in asp.net. from the C# class file how do i access the web page or how do i display the value in the web page. Appreciate a reply thanks

Member Avatar for BMXDad
0
2K
Member Avatar for prasenjit_das

Hi All I Have 5 docking Zone in page1.Aspx File ..Now I drop Control window(ascx file) into Docking Zone..Those are Working Well.Now I Want refresh Particular one Ascx File on Page1.aspx and I Dont want page1.aspx refresh.I want Only particular one Ascx file Refresh Among 4 Ascx File. I Tried …

Member Avatar for LastMitch
0
216
Member Avatar for mohd.sajid.3367174

In a table,in first row consist of static html control (1 select control and 5 textboxes).From second row onwards i created the rows dynamically(consist of 1 select control and 5 textboxes) on click of html button.Creation is successfull.But problem arised when i wanted to attach dataset table data to html …

Member Avatar for LastMitch
0
255
Member Avatar for vinnitro

I am new to website designing & ASP.NET but knows few basic things. As a final year project i have choose to make a **Music Website**. It will sell the albums & songs developed by the organization. Yesterday I showed it to my project guide in the college. Before that …

Member Avatar for JorgeM
0
241
Member Avatar for vinnitro

I am making a Webpage in asp.net which is having three dropdown lists One for Country, Second for State & Third for City. Here's the code for dropdown list: <tr> <td class="td1">&nbsp;&nbsp; Country: </td> <td> <asp:DropDownList ID="ddCountry" runat="server" Width="250px" onselectedindexchanged="ddCountry_SelectedIndexChanged"> <asp:ListItem>India</asp:ListItem> <asp:ListItem>UK</asp:ListItem> <asp:ListItem>USA</asp:ListItem> </asp:DropDownList><br /> <asp:Label ID="Label1" runat="server" Text="Label" Visible="False"></asp:Label> …

Member Avatar for vinnitro
0
183
Member Avatar for heena92

I am working on a search based or rather data retrival based project i would like to retrive same data for diffrent Keywords usibg texbox contol at front end i am currently able to retrive data using one key coloumn the command i am using is "select * from maintable …

Member Avatar for geniusvishal
0
172
Member Avatar for kingakeown

hey guys, i need help. am trying to connect my report viewer to mysql database through asp.net using vb.net codes. i want to do it through codes...including the parameters, filtering and generating the report as well...tanx..anybody with help????

Member Avatar for LastMitch
1
172
Member Avatar for visweswaran28

Hi, I have Jquery Function and It is working even after normal post back. Now I want to call that function after post back of control which is in update panel. Thanks in advance.

Member Avatar for LastMitch
0
71

The End.