Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #11.7K
Ranked #2K
~7K People Reached
About Me

Experienced web developer. My main development tools are Visual Studio and SQL Server.

Favorite Tags
Member Avatar for karthikcyano

Hi, I had 2 Template columns in a Datagrid, each column contains a Textbox. The user can enter the values and it should be saved. I wanna add a new row if a user clicks add new button. After Entering the values in the textboxes (inside the Datagrid) if he …

Member Avatar for navyjax2
0
3K
Member Avatar for SheSaidImaPregy

Hey, I created a datalist with a nested repeater. In the nested repeater, I need to limit the amount of records shown (only 10 allowed). However, just limiting the second query into the dataset doesn't work, only grabs 10 records. So I need to figure out a way of only …

Member Avatar for SheSaidImaPregy
0
214
Member Avatar for dotNetDummi

I am working on a web-based app, and I need to implement a function whereby it checks the dates daily, and send reminder email automatically. May I know how can I do that? I saw some websites that mentioned about Console Application and Windows Scheduler. Is that what I need? …

Member Avatar for itssvipul
0
249
Member Avatar for scm22ri

Hi Everyone, I'm new to this forum. I hope to learn a lot here. My first question is this, in affiliate marketing, how does one use the postback url feature in order to track affiliate sales ? Meaning if someone searches "Mobile Phones" & goes to my site and they …

Member Avatar for SheSaidImaPregy
0
914
Member Avatar for dotNetDummi

Hi experts, I need a linkbutton/button to download the files which my clients have uploaded. Below is my upload method and it works. [CODE]protected void uploadFile() { String projectID = (String)Session["projId"]; //change the file name if (!FileUpload.FileName.Equals("")) { // Create a new folder in Docs folder (folder name = projectID) …

Member Avatar for Fungus1487
0
165
Member Avatar for thanigaimani83

Hi guys I can used arraylist.I want to use that arraylist values in many places of my pages .. i putting arraylist values in session state . if my page is postback that arraylist getting values are incorrect,until page is not postbak arraylist getting correct value. whats problem in page.. …

Member Avatar for shaulf
0
73
Member Avatar for thithi

Server Error in '/Assignment' Application. -------------------------------------------------------------------------------- [COLOR="Red"]Specified cast is not valid.[/COLOR] Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidCastException: Specified cast is not valid. …

Member Avatar for shaulf
0
81
Member Avatar for dotNetDummi

Hi experts, I need a validator in my gridview. When the user update a field in the gridview, I need to check if the email is valid. How can I do that? Below is my gridview. Please help. Thanks! [CODE]<asp:GridView ID="gv_retrieve" runat="server" AutoGenerateColumns="False" CellPadding="3" ForeColor="Black" GridLines="Vertical" Width="751px" OnRowEditing="gv_retrieve_RowEditing" OnRowUpdating="gv_retrieve_RowUpdating" onRowCancelingEdit …

Member Avatar for dotNetDummi
0
104
Member Avatar for kingflux

Hello, all-- Our ASP.NET 2003 app's primary screen uses a datagrid with clickable headers for sorting by column. There is a "user control" with two list boxes from which the user filters the datagrid rows. I added a textbox in the user control -- changed nothing else* -- and now …

Member Avatar for alc6379
0
132
Member Avatar for bidemi

I have this assignment in school that says i should connect my asp.net website to my database and i'm finding it difficult, could you help pls? thanx i basically need the codes,i created my database using sql.

Member Avatar for alc6379
0
86
Member Avatar for LMR

I have stored time in an access database with a format of MediumTime, which displays in access as I want it, such as 7:30 AM. However, when I retrieve the time in my c# program, it also has a date (which is the wrong date anyway since I didn't enter …

Member Avatar for alc6379
0
172
Member Avatar for nmnative

This is what I have written so far for my homework. No, I am not asking for someone to do my homework just to help me with what I have so far. This is a Restaurant menu created for a web site, I am very close to getting it finished, …

Member Avatar for nmnative
0
122
Member Avatar for web developer

Hi all, I am very happpy to return back again to you. This time i have a critical problem about uploading files on the server by asp.net. I choosed the HTML control "File" and Make it run as server control , and got its file name by the statement [COLOR=Blue]string …

Member Avatar for shaulf
0
1K
Member Avatar for anirban1234567

can anybody tell how to make discussion forum in asp.net... I need it immediately...

Member Avatar for shaulf
0
137