Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
76% Quality Score
Upvotes Received
12
Posts with Upvotes
11
Upvoting Members
11
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
3
4 Commented Posts
0 Endorsements
Ranked #585
~42.0K People Reached
About Me

More than 5 years experience in .Net (C#, Asp.Net, MS SQL, Adobe Suite, Web Design, Application Design)

Interests
Music, Movies, reading, Graphics
PC Specs
Sony Vaio, i7 6 GB RAM Windows 7
Member Avatar for diya45

hi everyone i have 1 question regarding array in c# application how i arrange numbers in ascending or descending order in array using c# software i do this int array=new int[1,2,3,4,5] furhter i cant processed plz can anyone tell me about this thankx..

Member Avatar for cronynaval
0
4K
Member Avatar for Pankaj18

Hi, I am using below code to check only one radio button which is in gridview item template. But it allow multiple selection as CheckBoxes. My code: [code=asp.net]<columns> <asp:TemplateField HeaderText="Select"> <ItemTemplate > <asp:RadioButton ID="rd1" GroupName="rdBox" runat="server" /> </ItemTemplate> </asp:TemplateField> </columns>[/code] Please help me. Thanks ! Pankaj Singh

Member Avatar for arun1123
-1
4K
Member Avatar for skkhan

How can i learn 'web design' within a short time? Could you please anybody help me?

Member Avatar for fantasticode
0
980
Member Avatar for sillyboy

I usually listen to music while I'm browsing here, what are you listening to right now? EL-P - Fantastic Damage

Member Avatar for Helianthus
0
5K
Member Avatar for cldo

Hi there, I am quite new to web design and I would like to know where to start from to build a dating site from scratch without using any of the software or applications that builds it for you. Thanks hope to hear your suggestions

Member Avatar for James_Smith
0
234
Member Avatar for WolfShield

Okay, So I noticed that the joke threads are pretty old ones, and if you're like me then you like to laugh. Well, let's start a new one! (Come on, you know you want to!) ;) So, let's hear some (programming) jokes! -WolfShield

Member Avatar for itzarun
0
1K
Member Avatar for NetJunkie

When did you start programming and what language did you start in? Here, I'll start: I started when I was around 15 but kinda stopped for awhile because it seemed too difficult. So around 17, I really got back into it and started learning more and more as I progressed. …

Member Avatar for Reverend Jim
0
962
Member Avatar for suavedesign

I am a beginner designer. Many times, when I download an image (from Shutterstock, for example), and then place that image in my document in Photoshop, the placed image in my document is smaller than the image that I downloaded. For example, I download an image that is 1000px by …

Member Avatar for macgurl70
0
2K
Member Avatar for Julia25

since apple doesnt support swf on phones just wondering if other phones has some issues on playing swf?

Member Avatar for cpchc
0
106
Member Avatar for SaranSakthi

Hi, dear friends, I'm Saranya, I'm doing my project in ASP.NET C# In it I am having one dropdown list which has the values are IICSE,IIICSE and IVCSE,these are nothing but table names. When user selects one of the item in it, that will display the table values which are …

Member Avatar for sufyan2011
0
89
Member Avatar for 1981191919

hi everybody i am trying to update db using gridview but all attempts end up with failure i dont get execptions just nothing happens when i push update button <asp:GridView ID="ResultGridView" runat="server" AutoGenerateColumns="False" ShowFooter="True" DataKeyNames="VendorId" AllowPaging="True" CellPadding="3" OnPageIndexChanging="ResultGridView_PageIndexChanging" OnRowDeleting="ResultGridView_RowDeleting" OnRowEditing="ResultGridView_RowEditing" OnRowUpdating="ResultGridView_RowUpdating" OnRowCancelingEdit="ResultGridView_RowCancelingEdit" PageSize="5" BackColor="#DEBA84" BorderColor="#DEBA84" BorderStyle="None" BorderWidth="1px" CellSpacing="2" OnRowCommand="ResultGridView_RowCommand" > …

Member Avatar for sufyan2011
0
134
Member Avatar for game4tress

I want to create a website to sell software over the internet. I know i can use paypal to receive payments. I've been looking at the paypal documentation and i can't find the answer to my question. I don't have a company, i'm a freelancer doing my own work for …

Member Avatar for sufyan2011
0
175
Member Avatar for Ranek

Hey everyone, The query i'm trying to perform shows a list of auctions that a user has bid on, name, id, date ended, current price etc. But also the number of bids that the user has placed on the time. [CODE] SELECT id, name, count(*) AS bid_count FROM wp_wpa_bids WHERE …

Member Avatar for Biiim
0
173
Member Avatar for amm038

hi all i want your help plz am working on a news website and i want a way or code to let the visitors add comments on any news am using asp.net with c# plz help :'(

Member Avatar for amm038
0
111
Member Avatar for evilguyme

hey guys so im making a preloader for my flash movie. the .FLA files are attached at the bottom. intro.swf is the actual movie and introLoader.swf is the preloader and it loads intro.swf into it. the problem with the actionscript previously was that itd start playing the external movie halfway …

Member Avatar for sufyan2011
0
131
Member Avatar for bebosh

[B]Hi all, I would ask about fileUpload control, in asp.net 2008 can I know how remaining time to upload file successfully without using threading and without using javascript? the progress bar not problem, the problem that faced me is how to know how much file size was uploaded...[/B]

Member Avatar for desynch
0
235
Member Avatar for vatwindad

I am having a problem and it is probably quite simple and I am missing it. For my C# and ASP.NET programming class, I am creating a form for someone to sign up for an event online. It has the First and Last name fields, email and confirmation email fields, …

Member Avatar for sufyan2011
0
126
Member Avatar for bigstar

Hello programmers. Please am currently working on an ASP.NET website. The major work on the website is all about images uploads by the users, am going to be dealing with lots of image uploads from the user. But the problem is that am still unable to come up with the …

Member Avatar for sufyan2011
0
125
Member Avatar for Paradox 99

Hi all, I've been using this type of code to pull out a single value from my SQL database but I can't help thinking that there's a simple command I'm not using: [CODE] strSQL = "SELECT MAX(Stage) FROM Visits WHERE ScheduleRef = 22" FinalStage = dl.getPRISMdata(strSQL).Tables(0).Rows(0).Item(0)[/CODE] [CODE]Public Function getPRISMdata(ByVal strSQL …

Member Avatar for Paradox 99
0
229
Member Avatar for weblion

[CODE]<asp:Repeater ID="Repeater1" runat="server" OnItemDataBound="Repeater1_ItemDataBound"> <ItemTemplate> <div id="dvRowData" runat="server" class="itemRows"> <div id="dvStoreId" class="w30" style="display: none"> <%# Eval("StoreId")%> </div> <div id="dvStoreName" class="w200s"> <a href="#" id="basic" runat="server"> <%# Eval("StoreName")%></a></div> <div id="dvEnabled" class="w200s" style="display: none"> <%# Eval("Enabled")%></div> </div> </ItemTemplate> </asp:Repeater>[/CODE]

Member Avatar for sufyan2011
-1
70
Member Avatar for Verygoodguy

I have a sql table for storing unique e-mails.I need a stored procedure that could let a user that uses aspnet page to insert data know that the e-mail address already exists on a table and specify a new one. The table looks like this: EMailID int NOT NUL (1,1), …

Member Avatar for Verygoodguy
0
138
Member Avatar for shredder2794

Hello all, I have designed a website in HTML5 and CSS3 that looks great in Firefox, Chrome, and Safari but in 2 different versions of Internet Explorer that page looks all distorted. Here are some of the problems: The banner items are stacked on top of each-other and the background …

Member Avatar for mi.mac.rules
0
99
Member Avatar for amm038

hi there am bulding a system that have two types of users admin and users in the login page i want when the users enter there username if the username is in the admin table redirect to admin page and if the username is in tha applicant table redirect to …

Member Avatar for amm038
0
92
Member Avatar for srinidelite

Hello Their, i'm new asp.net and I've assigned to design a ERP supplier page and when i started designing the page i used lot of space tag(&nbsp) for spacing and my project guide insist me to find another way to align text box and label using css and ceratainly i …

Member Avatar for srinidelite
0
159
Member Avatar for osamabaqi

Which language are demanding ASP.Net/ PHP. I'am very confuse for these languages.Because i'am lerning one language plz guide me. Thanks. SNIP

Member Avatar for itzarun
-1
141
Member Avatar for vinayphadke

Hi, I am using the 'DataGridViewCheckBoxColumn' class to show the checkbox in each row of gridview. The checkboxes require 0 & 1 values to show the checkboxes checked and unchecked. The select query which builds the datasource for Gridview shows the 0 & 1 values being fetched from database. Now …

Member Avatar for vinayphadke
0
128
Member Avatar for denmarkstan

Hello good people, I need to make a debut in hosting asp.net 4.0, please i am looking for asp.net 4.0 free hosting to try out my new asp.net 4.0. please if you know any good one that can give me free trial, do help me here please. Thank you.

Member Avatar for mani-hellboy
-1
159
Member Avatar for yathira
Member Avatar for gspeedtech

I am working on an ASP.NET 2.0 web application. After making a change in a textbox and hitting Tab or Enter, the focus jumps to the web address bar instead of the next field. I have tried: 1.SetFocus on the text change event 2.Saving last field in a hidden textbox …

Member Avatar for gspeedtech
0
484
Member Avatar for suavedesign

I am a beginner designer, and I charge $15/hr. Is it fair to charge for my time when I am correcting a mistake that I made?

Member Avatar for sufyan2011
0
103