Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
3
0 Endorsements
Ranked #3K
~6K People Reached
Favorite Tags
Member Avatar for haymen.roth.3

i am picking list of names from database, according to scenario each name exists many times in database, That's ok. Now i have filled a DROPDOWNLIST with those names but in drop down list each name appears several times but i want to display each name 1 time in DROPDOWN. …

Member Avatar for sushmaja.arumalla.9
0
176
Member Avatar for soundarya_1

Write a program that takes two input strings S1 and S2 and finds if S2 is a substring of S1 or not. If S2 is a substring of S1, the program should print the index at S1 at which there is a match. If S2 is not a substring of …

Member Avatar for cxzei
0
143
Member Avatar for Ajay_9

Hi, I am developing a quiz contest in before starting the quiz user is to select the types of question(combobox) & number of question and when the button is clicked we go to next quiz form in the question is displayed in textbox and option is displayed on 4 different …

Member Avatar for castajiz_2
0
253
Member Avatar for YA RAMSAMKER

i want to create an activity log on an application i have wereby on the website i am able to see exactly what the user did on the page meaning which buttons was pressed and what else he did . . . Is it possible ?

Member Avatar for ZER09
0
116
Member Avatar for xn hunk

How To Auto Click Button in vb.net button of <input name="ctl00$ContentPlaceHolder1$imgBtnConvert2VB" id="ctl00_ContentPlaceHolder1_imgBtnConvert2VB" title="Convert to VB.Net" src="images/cs2vb.jpg" alt="Convert to VB.Net" onclick='javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ContentPlaceHolder1$imgBtnConvert2VB", "", true, "", "", false, false))' style="border-width:0px;" type="image"> <a id="ctl00_contentHolderBody_btnConvert" class="buttonOrange" href='javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$contentHolderBody$btnConvert", "", true, "Convert", "", false, true))'>Convert Code ยป</a> <a class="ctl00_cphBody_ctl00_Menu1_1 tab ctl00_cphBody_ctl00_Menu1_3" href="javascript:__doPostBack('ctl00$cphBody$ctl00$Menu1','1')" style="border-style:none;font-size:1em;">Convert C# to …

Member Avatar for oussama_1
-1
686
Member Avatar for Khyxz

![ff8496abfb91bf20a23a64db591fa997](/attachments/small/4/ff8496abfb91bf20a23a64db591fa997.jpg "align-left") Hello there! Newbie here! It is my first time to post something here! Can somebody help me please with my problem on my codes. I have already build/created a **Log In Form** but my problem is I created an **On-Screen Keyboard** which must be use for that **Log …

Member Avatar for Khyxz
0
1K
Member Avatar for 21334929

is it possible to create an online database using c# with a specific plug-in?

Member Avatar for narek.arzumanyan.129
0
114
Member Avatar for 21310051

what are the advantages of using radio button lists and checkbox lists instead of individual radio buttons and checkboxes?

Member Avatar for Fenrir()
0
141
Member Avatar for CodeAssasian

I want to know how I can put informations with C#. I think that is datebase. What is it?

Member Avatar for narek.arzumanyan.129
0
114
Member Avatar for 21345572
Member Avatar for mayaestat
0
117
Member Avatar for skyscraper11

im creating a voting system that add votes to the database but it seems that my update/submit button don't add numbers(INT) in my database. what could be the problem here?help my database schema: | cid | cpos | cfname | cmname | clname | cyr | cparty | votes | …

Member Avatar for cxzei
0
698
Member Avatar for mikyle
Member Avatar for 21303359
Member Avatar for claush@dut

in the programming world which of the two languages is prefferable in software development ?

Member Avatar for cxzei
0
156
Member Avatar for johmolan

I have a Form with a Datagridview, beneeth this I have Textboxex who shows data from a few columns but restricted to row nr 0. The problem is when I enter data into the datagridview in other rows than 0 or changes the focus inthe datagridvew from row 0 the …

Member Avatar for cxzei
0
80
Member Avatar for scooby36

I am new to ASP.Net and am building an MVC project in VS2013 I have the following actionResult public ActionResult Index() { LaundryUsers db = new LaundryUsers(); var users = db.Laundries.Where(u => u.UserId == WebSecurity.CurrentUserId); if (users == null) { return HttpNotFound(); } return View(users); } The result always throws …

Member Avatar for cxzei
0
155
Member Avatar for Maideen

Hi. problem in where insert data into table. Using vwd 2012 and Mssql 2012. Insert command is working fine in first record. If add another record, it shows "Procedure or Function has too many argument" I have tried may way, I could not solve. Pls help me. Below is my …

Member Avatar for cxzei
0
289
Member Avatar for nickurooo

So I have this: private void GetSuppliersList() { ds = oDAL.GetSuppliersList(); cmbSupplier.DataSource = ds.Tables["SuppliersHeader"]; cmbSupplier.DisplayMember = "SupplierName"; cmbSupplier.ValueMember = "SupplierID"; } And I need to display SupplierAddress from my SQL database into a textbox so I thought I might need to get the ID (Supplier ID) of the SelectedValue (Supplier …

Member Avatar for castajiz_2
0
219
Member Avatar for HunainHafeez

i can view anybody record and then can edit it if i click edit button below record, after clicking it takes you to another page whihc shows textboxes and dropdown, checkboxes to edit and all textboxes contains values for that EmpID but problem is that i want pre selected value …

Member Avatar for cxzei
0
258
Member Avatar for ignnniter

Im always getting Invalid Column, check the database and it's all correct. Dim borrowed As String = "Yes" dataopen() comm.Connection = conn comm.CommandText = "UPDATE Equipment SET Borrowed = '" & borrowed & "' WHERE EQID = '" & eid & "'" comm.ExecuteNonQueryAsync() comm.Dispose() conn.Close()

Member Avatar for cxzei
0
121
Member Avatar for saintrenz

The scenario was there should be any or multiple TextBox that is not empty and display it on the DataGridView. I think my SQL is incorrect. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim Command1 As New OleDbCommand Dim i2 As Integer Dim sql1 As …

Member Avatar for cxzei
0
262
Member Avatar for ImZick

Hi guys can you help me out. i want to display the item in my textbox but how can i do that i tried to search tru web but nothings working for me. it is something like this "SELECT Department FROM Table1 WHERE Department = " & .Textbox1.Text & "" …

Member Avatar for Reverend Jim
0
157
Member Avatar for masterfact18

what i want is to put a range in the textboxes like 1-100 and will not accept if it is greater than 100 or a negative number... hoping for your response...

Member Avatar for tinstaafl
0
180
Member Avatar for korathualex

How to Get Difference between frommonth with fromyear compared to tomonth with toyear.... For instance one has work experience with frommonth March and fromyear 2006 and tomonth June and fromyear 2007 duration should be 1 year and 3 months...Also there would be multiple work experience with various durations as mentioned... …

Member Avatar for cxzei
0
137
Member Avatar for davy_yg
Re: OOP

Hello, I wonder when do I have to use OOP (Object Oriented Programming) ? I know a little bit about it, but do not know when to use it. I basically in the middle of developing a website backend. Suggestion and advise appreciated.

Member Avatar for pritaeas
0
144