Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~10.7K People Reached
About Me

Software Engineer

Interests
Watching Tv
Favorite Forums
Favorite Tags
Member Avatar for arny1

Hi There, I am trying to export an image to Excel file from Asp.Net C# page. My code is working fine, and I can merge let say 6 columns in excel file and put the image on these cells. What I would like to know is how to Center this …

Member Avatar for gilesbradley
0
2K
Member Avatar for kelvnese

Hello everybody! I'm doing my project about ASP.NET but i don't know how to Insert Data into Database. Example: [B]First name: xxxxxxx Last name: xxxxxxx[/B] [B]Button(<<<)[/B] i want to know how the code working when i click the Button the data first name and last name will go to Database. …

Member Avatar for Mumbai Indians
-1
220
Member Avatar for yash777

Hello , I would like to count the no of hits to my website. How do i do it? whether I need to code it in Global.asax file in application on start ?????? Reply

Member Avatar for mirzamujib
0
167
Member Avatar for tanhc

Hi there, I am a newbie to MSSQL. I apologise first as I know that my question might have been asked by others elsewhere but unfortunately I couldn't find it. I will really appreciate if someone can shed some light into my question. I have two tables with the following …

Member Avatar for poojaabora
0
131
Member Avatar for Edmondo

Hello everyone, can you help? I am trying to build a site using visual studio with a access database back end, basically two of the tables in the database are linked and I want to update the both of them at the same time. What I have is a "Formview" …

Member Avatar for kameswari
0
99
Member Avatar for rmc

Hello, This is my first project using ASP.NET and I am very unfamiliar about it, basically I want to display records from a database in the user interface, I have created the user interface, and created a data sheet which has the table and queries listed, but how do I …

Member Avatar for abdalla_92
0
108
Member Avatar for santhoshvarma.a
Member Avatar for peter_budo
0
1K
Member Avatar for sandeep_1987

Suppose the user login by entering his or her details When clicking on Login button, I m setting the session variable [code] Session["UserName"] = txtUserName.Text; [/code] I want dat when he or she clicks on sign out(hyperlink)..I want to expire the session, can somebody tell me how to expire the …

Member Avatar for dnanetwork
0
96
Member Avatar for mohankumar554

hi, i want to add the text in one text boxto another text in another textbox. i mean ,we enter value 5 in textbox1 and enter value 10 in textbox2 and finally when we click on button the result(15) will be displayed in textbox3. how it is possible. can u …

Member Avatar for dnanetwork
0
85
Member Avatar for shine_jose

help please, i wish to know the code to redirect to an exsisting open web page from another web page(ie child page want to be closed and control want to be come to parent web form which is already previously opened)

Member Avatar for praveenkumarm
0
308
Member Avatar for nikichu

Creating Dependent DropDownLists... Forcing the contents of one DropDownList to change based upon the selection of a value from another DropDownList. How can do so in C#(Asp.net) i have kept a dropdownlsits for locations ---> [B]Droploc1 [/B] ---of locations and acording to this i have to bind datas to my …

Member Avatar for nikichu
0
125
Member Avatar for S2009

Hi all I am very new to ASP.NET and I am still learning the basics and how to use various controls. I have used the adRotator control and also created the XML File using the coding mentioned below, but when executed in the browser it is showing error message(Which I …

Member Avatar for S2009
0
176
Member Avatar for pyanbrown

I m planning 2 go for some language and m completely confused in between vb.net and asp.net. could any one let me know which one is for what and more applicable nowadays in industry.. like my main emphasis is on website development and o also want to develop an inventory …

Member Avatar for Ramesh S
0
152
Member Avatar for saj_amo

hi developers my name is sajjad i have little problem in asp.net i have made two pages one is login and other is welcome page a user enters name and password in login page after checking valid user it open welcome page and after signout jumps to login page again …

Member Avatar for kameswari
0
167
Member Avatar for sam023

just a small query.. . . i just want to know how to enter fetched data into an array..!!!

Member Avatar for kameswari
0
110
Member Avatar for coollife

Image1.ImageUrl= "C:\\Documents and Settings\\Administrator\\Desktop\\4014_thumb.jpg"; This simple code is not working. What may be the problem. Its not displaying anything. If i give the url in the properties of the image button it works but if i assign like above it doesnt.

Member Avatar for kameswari
0
96
Member Avatar for naresh_4785

i have to use datetime control in my asp.net application .can any one help me out.send me control

Member Avatar for kameswari
0
113
Member Avatar for riyas_26
Member Avatar for kameswari
0
194
Member Avatar for riyas_26

hello experts, Can u tel me what is .net framework in 2 lines? and also definition for INTROPERABILITY, ABSTRACT, METADATA, MANIFEST ?

Member Avatar for riyas_26
0
116
Member Avatar for f_atencia

Hey peoples, im a complete newbie to ASP.NET. Basically i just need to validate a textbox so that only a 4 digit number can be inserted. Wat code should i use (im using VB as my source language and it's not a code-behind). This is the asp textbox validation attributes: …

Member Avatar for kameswari
0
135
Member Avatar for q8_dreamy

Hi I created web application using visual studio and I want to link it to html page using front page when I run the HTML page I got the following error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and …

Member Avatar for kameswari
-1
86
Member Avatar for ishamputra

Hello, some help here.. I have a gridview, at my home page, binded to a dataset. On the first column is a hyperlink, on which, if click it will go to another, page, Viewer Page, and passes the data to display on the other page pls advise, preferably in c#.. …

Member Avatar for kameswari
0
768
Member Avatar for riyas_26

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 …

Member Avatar for riyas_26
0
103
Member Avatar for riyas_26

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 …

Member Avatar for sknake
0
228
Member Avatar for laghaterohan

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 …

Member Avatar for kameswari
0
133
Member Avatar for laghaterohan

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 …

Member Avatar for kameswari
0
88
Member Avatar for anuj_sharma

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]

Member Avatar for kvprajapati
-1
104
Member Avatar for Nasa2014

[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 …

Member Avatar for kvprajapati
0
98
Member Avatar for Kusno

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 …

Member Avatar for kameswari
0
125
Member Avatar for laghaterohan

i have calendar placed on my form i have one textbox n a button("Show date") When the user enters date in the textbox say 29/07/2008 and click on the show date button the calendar should show / reflect that date.. how to achieve this...i knw...it ll b simple but am …

Member Avatar for laghaterohan
0
124