Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #1K
~7K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Jesi523

I have a problem and I am not sure why this is happening. I have a Detailsview that users will be filling out. I have several dropdownlists and all of them work as they should accept the one with the ID of typeOfEmployee. When that is selected the value does …

Member Avatar for Jesi523
0
1K
Member Avatar for anurag.kyal

I was able to generate a graph successfully using the <asp:Chart> in asp .net with c# code behind feature but a hiccup came in because I want one of my axes to represent TIME which it doesnot seem to support. Are there any alternatives or can I do this : …

Member Avatar for khadakbist
0
102
Member Avatar for dnanetwork

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.

Member Avatar for dnanetwork
0
149
Member Avatar for vishalrane

I am having one web application... On which i have one combobox whose autopostback propert is set to true.... its showing d same result that i want... the only problem is that the page gets refreshed automatically when i select a data from combobox.... How to overcome this problem pls …

Member Avatar for vishalrane
0
124
Member Avatar for naveedqadri

Hi every Body , I need your help , my friend left office leaving ASP.net website uncompleted. I am facing problem with this line: 1---:> This File: GenericError.aspx 'ASP.global_asax' does not contain a definition for 'exception' D:\ICTM_PRO\ict-edu\GenericError.aspx 24 [code] <% Response.Write("<br/><div style=\"color:#C6E2FF\">" + ASP.global_asax.exception.StackTrace + "</div><br/>"); %> [/code] 2---:> This …

Member Avatar for khadakbist
0
321
Member Avatar for Vayne

I have this sub which performs updates in successive function call. The reader object is closed only when the operation has been completed (after the while loop has ended), yet I get this error. Any suggestions? [CODE] sub reset_slno() dim objCmd2 as new OleDBCommand() dim objReader2 as OleDBDataReader objCmd2.Connection = …

Member Avatar for VIPER5646
0
1K
Member Avatar for BilalAKhan

Dear All, I have a search page on which I have two DropDownLists. One for Catagory and another for Item. When I select both of them it takes me to the result page and displays the result in GridView. It works for a single value but for more than one …

Member Avatar for khadakbist
0
222
Member Avatar for BilalAKhan

Hi, I have two DropdownLists. One is for Category and another is for Product. The concept is that with each Category and Product selected, the website will display the result on another page and show all the results present in the database. With more than 25 Categories with me and …

Member Avatar for khadakbist
0
139
Member Avatar for gogs85

I need help : i have listbox1 and listbox2, fill listbox1 via SQL queries. When i selected items in listbox1 in listbox2 most show another table.How i to do that?

Member Avatar for NETProgrammer
0
107
Member Avatar for jigneshdesai

Hello freinds, Recently i was interviewes in accenture and i was asked what the difference between tostring and convertostring. I think tostring checks for spaces and convertostring does not

Member Avatar for Ramesh.KR
0
245
Member Avatar for jigneshdesai
Member Avatar for kieky

hi.. i'm trying to send mail from my website using GMAIL account. But after i use it, my website running very slow (for about 20-30second). Do u have solution to make it faster?

Member Avatar for kieky
0
88
Member Avatar for mike9822

Hi my problem is that so I can't add new data to database. I wrote procedure in mssql 2008 and now i don't now how coneecting this with asp.net [code] Create procedure [dbo].[addData] @name nvarchar(50), @telephone int, @place nvarchar(50), @street nvarchar(50) AS Declare @person_id int, @place_id int BEGIN if not …

Member Avatar for khadakbist
0
76
Member Avatar for saravind84

Hi All, I have a ASP.net web application developed using C#. It has got a button on click of which an excel file is shown to the user. User can save or open the file. But this operation takes about a minute to complete. I wish to implement Ajax in …

Member Avatar for khadakbist
0
150
Member Avatar for VinayRok

Hi Friends, Am working on SSRS reports, have written a query where i need to check one column with the is NULL or is NOT NULL with parameter. in runtime depending on the condition of the parameter, result should come. how i can do this ???

Member Avatar for khadakbist
0
71
Member Avatar for G_Waddell

Hi All, I'm working on a web app in ASP.net with VB.Net on Visual Studio 2010 (.Net Framework 4). I'm trying to use a datarepeater class to display results from a query on the web page so I coded away exactly as I used to in Visual Studio 2008. However, …

Member Avatar for khadakbist
0
149
Member Avatar for guptaalok12

i am developed one simple single payment gateway in this customer can fill all the basic information and the amount afterwards i am redirected to moneybookers.com. everything is working fine but i dont no how to retrieve the moneybooker posted values in my status_url please if any one know fix …

Member Avatar for khadakbist
0
127
Member Avatar for devfresher

c# interview questions are generic collection faster. I had a argument with the interviewer and my thought is they are not faster please help.

Member Avatar for khadakbist
0
195
Member Avatar for msaranya

In my webpage, I have a button "SAVE DRAFT". The first time it is clicked the record must be inserted and the text of the button would be changed as "Update Draft". Then how manytimes the button is hit, it should just update the record. However if the user goes …

Member Avatar for msaranya
0
573
Member Avatar for primagic

I need some help with parsing information from a query string to a database. There is a company that wants to send me information to a page on my server as a query string (http post) e.g. [url]www.mydomain.com/info.aspx?Name=Smith&LastName=Taylor[/url] They will send probably about 15 different strings of information a day. …

Member Avatar for Freon22
0
85
Member Avatar for anucom

Hi.....Do you now in intereiw what type of queston's will ask based on ASP.NET,if you now idea plz help me

Member Avatar for khadakbist
0
90
Member Avatar for NewASPNETDev
Member Avatar for Netcode

Hello All! Please i designed a website and hosted it. The problem is, it displays the custom error page whenever i try to view the registration page which is meant for data entry. What could be the possible error because it works perfectly when tested on the LAN

Member Avatar for Internetfirm
0
73
Member Avatar for techeee

Hi Regex gurus, I was developing a asp.net application. I need to validate my email field. I already searched a lot in the web but didn't found any suitable regex for my situation.I need to fulfill the belows criteria 1)Shouldn't allow a user to enter numeric data only. i.e, it …

Member Avatar for Pgmer
0
158
Member Avatar for jigneshdesai
Member Avatar for khadakbist
0
463
Member Avatar for paulmountford

Hi All. I am developing a website in asp.net 3.5. I am trying to retrieve records from a database and display. Before each record I want to dispaly the title of the record such as: "Department Accounts" where the word accounts is from the database. However, if a record is …

Member Avatar for khadakbist
0
100
Member Avatar for Netcode

I have two FileUpload Controls. I want one of them to accept only word and pdf file, the other is to accept only images(.jpg|.bmp|.gif|.png). I've actually tried coding an upload button and i tworked but i prefer a client-side validation so i've decided to use a RegularExpressionValidator. Pls I need …

Member Avatar for Netcode
0
79
Member Avatar for jigneshdesai