Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
78% Quality Score
Upvotes Received
69
Posts with Upvotes
41
Upvoting Members
15
Downvotes Received
13
Posts with Downvotes
12
Downvoting Members
8
6 Commented Posts
Member Avatar for anujtripathi

[B][U]Following I am mentioning step-by-step procedure to create database connection to the asp.net website textboxes via C#.[/U][/B] 1: Open visual studio 2005 and from FILE select NEW-> WebSite, then from pop-menu select asp.net website (Note: Language must be C#) , then press OK. 2: Now create three textboxes from the …

Member Avatar for gouri kundu
-1
2K
Member Avatar for avirag

This is a snippet I use to clear a form. Right now it clears: TextBox, RichTextBox, ComboBox, CheckBox and RadioButton. More can be added if needed... :)

Member Avatar for JOSheaIV
4
801
Member Avatar for vadarfone

Hi guys, New to this place, so hi to all! OK, I am also new to C# so please excuse my n00b like questions. So, my first question; I am writing a kind of Notepad alternative. I want to have the ability to have the Textbox opacity set to 0, …

Member Avatar for kplcjl
0
5K
Member Avatar for mansoorhacker

hello every body . specially scott snake i am an entry level developer in c# and i want to develop a barcode reader application in c# i dont know how to do that. plz help me in this project .. thx. every body

Member Avatar for brent-me
0
324
Member Avatar for pratikasthana17

Hi, I am Developing Desktop application in VS2008 with C#. I wan to send SMS using my C# Application. Can any one give me idea abt that. Thanks in Advance Pratik Asthana

Member Avatar for szurcsii
0
449
Member Avatar for ShailaMohite

I am Create One Application In Which Only One Row Contain Enter Number Only. Please Give Me Validation For Enter Only Number In DatagridView

Member Avatar for prampe
0
5K
Member Avatar for fatihunal

Hi there, Im working a web browser automation project. There is an ajax controlled dropdown list in a web site. It was like this; [CODE] <option value="test1">test1</option> <option value="test2">test2</option> <option value="test3">test3</option> <option value="test4">test4</option> <option value="test5">test5</option> [/CODE] When i was selected test2 ajax is working and its giving another div. (I …

Member Avatar for PccenTR
0
3K
Member Avatar for kool.net

hi, can any one tell me how to i convert amount(in digitts) to word. thanks in advance

Member Avatar for kumarvarshadr
0
472
Member Avatar for expvice

Hi All, I'm developing a new seo tool.I began my tool by converting aspx pages to html pages.I'm doing this by [code] mywebReq = WebRequest.Create(pageURL); mywebResp = mywebReq.GetResponse(); sr = new StreamReader(mywebResp.GetResponseStream(), System.Text.Encoding.UTF8); strHTML = sr.ReadToEnd(); sw = File.CreateText(filePath+"temp.html"); sw.WriteLine(strHTML); [/code] codes.But didn't get the exact page html from my …

Member Avatar for elaek
0
197
Member Avatar for hitro456

Hi guys I am writing an application in c# I want to create a dynamic log file which would contain all the errors or exceptions occurred during execution of the Component. Log file simply has to append all the errors or exceptions generated with error details and time and date. …

Member Avatar for ghimangi
0
213
Member Avatar for carobee

Hi I have created a code to create excel macro in C#.But while trying to create a new VBA code module i am getting a error.The code that i have used is [code] module = excelWorkbook.VBProject.VBComponents.Add(VBIDE.vbext_ComponentType.vbext_ct_StdModule); [/code] this part of the code is throwing an error. Error 1 The best …

Member Avatar for comsdev
0
1K
Member Avatar for Anupama G

Hi, I have a textbox(placed inside a ItemTemplate) inside a gridview.I want to validate the text entered in the textbox for date(mmddyyyy format) values,without using any validation controls. Could anyone help me out with the C# code. Thanks in advance.

Member Avatar for devi.....
0
908
Member Avatar for VibhorG

HIii I m making window application, for which i have already made a setup, but in that i want to include some more pages like terms and condition page etc, . Also in this i want to set the registries as well, like when my application is installed on the …

Member Avatar for dnlangela
0
2K
Member Avatar for avirag

Hi all well i am writing my first snippet here, hope it will be helpful for all........:) I am Create a windows form application (if you use console you will need to replace all the "MessageBox.Show()"s with "Console.WriteLine()" and change the the "+"s to ","s), then add reference to System.CodeDom.Compiler …

Member Avatar for Problem Solwer
3
546
Member Avatar for george_82

Hi all, Can somebody show me an example how to embed SCPI and GPIB type commands in C sharp for instrument control? It is for controlling a spectrum analyzer through Ethernet interface. Thanks and regards, George

Member Avatar for SpiritualMadMan
0
313
Member Avatar for avirag

Hi! how can I convert words into numerals... for Example we enter "One crore twenty lakh thirty four thousand seven hundred eighty four" , then its corresponding numeral should be "12034784". What will be the C# code for finding corresponding numerals for range 0 to 999999999 .....

Member Avatar for Geekitygeek
-1
3K
Member Avatar for sathya8819

Hi, I would like to know if it is possible to obtain a color picker in c#, something similar to the properties dialog box in .NET. My application requires choosing the color dynamically. I know that there is a ColorDialog control, but I assume that the color picker is far …

Member Avatar for dotmeatpack
0
129
Member Avatar for CanYouHandstand

Hey All I have a multi-line text box that tells the user to perform an action. When the form loads, as the text box is the only control on the form, it is highlighted. This may be a silly question, but is it possible to disable the text box from …

Member Avatar for Amit.Tank001
0
3K
Member Avatar for r3drock3t88

Hey all, Is it possible in C# to make it so that when a program is run, your program opens up with it? For example, say I went to double click the "Firefox" icon, would it be possible to have my program also open up with it? Basically what I …

Member Avatar for r3drock3t88
0
195
Member Avatar for avirag

Hi!!! I have made a window application with MS access database to analysis student performance in his class for each exam that he appeared for. I have a table named result with following fields: classname,sectionname,subjectname,exam type,rollno,studentname and marks. On one form I have taken crystal reportviewer and 5 comboboxes for …

Member Avatar for avirag
0
80
Member Avatar for avirag

Hi!!! I have a gridView on the form in my windows application and in the database I have a table "student" having fields " c_id,sec_id,sub_id,s_id,s_name". On button click(Add) I am executing the query for saving data to database. In gridView there are 3 column headers namely- "Roll No", "Student Name", …

Member Avatar for kvprajapati
0
84
Member Avatar for avirag

Hi.......... I want to clear the image inside the picturebox on button click...... Can anyone tell me how can i do this.............?:)

Member Avatar for renjujpanicker
0
7K
Member Avatar for avirag

Hi!!! I have made a database application and I am unable to delete the record in it.There is one comboobx, a textbox and a listview.For each item selected in combobox I am adding corresponding item entered in textbox . And each combobox and textbox item are displaying in listview.In database …

Member Avatar for kvprajapati
0
100
Member Avatar for bords

Hello everyone... I wonder if is there a way to access the words in MS Word?what i mean, accessing its library....so if you have a word (when your program is running) if you are going to click a button, this will check if that word is valid... or existing.... tanx....

Member Avatar for bords
0
88
Member Avatar for asim rehan

Can You give me the code of detecting text from an image, i am a student and i am doing programing at beginner level. so please help me out.

Member Avatar for Raahi
0
455
Member Avatar for shethia.tejas

hie, i want to operate a usb webcam using c or c++ language that is i want it to take pictures using c/c++ commands can any1 suggest me how can this be done. Also i want to find out two laser spots from an image using processing and track them …

Member Avatar for daviddoria
0
155
Member Avatar for avirag

This is a snippet that takes a min value, max value and how many random numbers from the user then, after it checks to make sure it's not already in the list, adds the new random number to a List.. I hope it helps you..... :)

Member Avatar for apegram
0
211
Member Avatar for kimjan
Member Avatar for kimjan
-1
407
Member Avatar for avirag

How can I convert a char that has this info in it "312,000" to a double? I know I can use atof but it doesnt work with the comma.. is there any way to remove the comma.. or to use atof when theres non numeric values in the char? Thanks

Member Avatar for Narue
0
2K
Member Avatar for Waseem Siddiqui