Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~38.4K People Reached
Member Avatar for Ehtesham Siddiq

Hi, My application is in VS2010,Silverlight and coded in C#.Net. My requirement is i want to upload Image in my Imagebox control.As there is no PictureBox control in Silverlight im using ImageBox. I have a Imagebox,below that a Browse button. When the User clicks on Browse button,Dialogbox should open and …

Member Avatar for Marwen_1
0
3K
Member Avatar for _::suhanna::_

hi... im working with vb.net can u guys help me... can u guys give me some sample code how to add item and display item using combo box? please help me... thanks...

Member Avatar for pratikb
0
19K
Member Avatar for Ehtesham Siddiq

hi, i want to add some static text in my C#.Net code.But i want some text to be subScript and some to be SuperScript.. Please guide how can i do this?

Member Avatar for lxXTaCoXxl
0
361
Member Avatar for Ehtesham Siddiq

hi, I want to move a button to new location at the mouseOver event in JavaScript.. Please have a look at my code below. [CODE] function move() { b1.style.position = "relative"; setTimeout(b1.style.left = 100,1000) } <input type="button" name="b1" value="click" onmouseover="move()"/> [/CODE] Im able to move the button to the new …

Member Avatar for stbuchok
0
175
Member Avatar for Ehtesham Siddiq

Hi, My application is in VS2008 and coded in Vb.net. I have my database in Sql Server 2005.I have a Database table say Table1 in My Database named Test. Now i want to export the data in Table1 to a MS-Excel(.xls) file on the click of a button. An excel …

Member Avatar for Pgmer
0
1K
Member Avatar for Ehtesham Siddiq

Hi, I have a DateTimePicker,whose dateTimePicker1.Format = Time dateTimePicker1.ShowUpDown = True But now i want only the hour part from the Date Time Picker as i have to compare the hours with some logic in my Database. Please Guide how cn i do this?

Member Avatar for M.Waqas Aslam
0
2K
Member Avatar for Ehtesham Siddiq

Hi, Im trapped into a silly issue,I have a datagridView,which is filled with the Click of the Button.My Issue is i can see the data only when i select a row.When no row is selected by mouse then its just showing blank cell,whereas data is actually there in the datagridView.I …

Member Avatar for bluehangook629
0
86
Member Avatar for Ehtesham Siddiq

hi, I have a form and a button on that form.When the user clicks on the button an MS-Excel sheet is generated from MS-Sql Server 2005 and saved in a particular location.As this generation of excel tkes sometime to complete,what i want to do is i want to show a …

Member Avatar for Mitja Bonca
0
816
Member Avatar for Ehtesham Siddiq

Hi, I have my application in VS2008 and coded Vb.net. My query is i want to save record from an excel sheet to my Database Table. But i dont want to insert the Excel sheet as a whole rather i want to insert the record in my database table Row …

Member Avatar for adam_k
0
279
Member Avatar for Ehtesham Siddiq

Hi, I have my application in VS2008 and coded Vb.net. My query is i want to save record from an excel sheet to my Database Table. But i dont want to insert the Excel sheet as a whole rather i want to insert the record in my database table Row …

Member Avatar for lolafuertes
0
287
Member Avatar for Ehtesham Siddiq

Hi, I have a simple query but im just not able to get it right. Have a look at my sample code below [CODE] Sub Function1 My Code Here Function2(Year,Month) End Sub Sub Function2(Year,Month) Dim Str as String() for 1 to 30 Dim MyDate As New Date(Year, Month, i) Str …

Member Avatar for Mitja Bonca
0
535
Member Avatar for Ehtesham Siddiq

Hi, I have a StatusStrip and is filled with Year in the format say "June2009 - May2010". I want to get the years from this string like 2009,2010 from the above string. Please suggest how can i do this. I have tried this but not able to further separate June2009. …

Member Avatar for Pgmer
0
4K
Member Avatar for Ehtesham Siddiq

Hi, My application is in VS2008 and coded in VB.net. I have a datagridView(DGV) on one of my form.DGV contains a column of type DatagridViewComboboxColumn.I have another column of SrNo. Consider Table1 to be the table from where my DatagridView is filled which contains following fields SrNo,Value1,Value2. My requirement is …

0
88
Member Avatar for Ehtesham Siddiq

Hi, I have a datagridview on my form.There is a column of roll no in the datagridview. I want that whenever user presses anyother key than a number key(ex:1,2,3,4....)than immediately i should get a messagebox that only numbers allowed. I have tried the below code on datagridView Cellvalidation event but …

Member Avatar for Ehtesham Siddiq
0
1K
Member Avatar for Ehtesham Siddiq

Hi, My application is in VS2008 coded in vb.net.I have a table with three columns FromDate,Todate and Schedule.FromDate and ToDate will have date values whereas Schedule will have a any of these values(weekly,Monthly,Yearly) In my Form i have given some provision to the user to check the records.My requirement is …

Member Avatar for funkiller
0
442
Member Avatar for Ehtesham Siddiq

hi, My application is in VS2008 coded in vb.net.I have a form with a datagridview which loads data from databaase.there is one column where data is stored separated by comma's.Like Name,Surname,LastName name this column as [B]Testing[/B].I have a checklistbox on another of my form.When the user selects a particular row …

Member Avatar for Ehtesham Siddiq
0
841
Member Avatar for Ehtesham Siddiq

Hi, My application is in VS2008 coded in Vb.net I have a datagridView on one of my form.This is filled from the database at the load event of the form.The datagridView also has a column of type DatagridViewComboboxcolumn. This DatagridViewComboboxcolumn already has 4 values added to it in its collection …

Member Avatar for Ehtesham Siddiq
0
246
Member Avatar for Ehtesham Siddiq

Hi, I have a datagridview.And as per my requirement the data is supposed to be filled from three different tables in database.I have created the query and is succesfully able to populated the data in it with the cross join. Have a look at my structure. Table1,Table2,Table3. table1 has 2 …

Member Avatar for Ehtesham Siddiq
0
296
Member Avatar for Ehtesham Siddiq

Hi, My application is in VS2008 coded in Vb.net.I have a datagridview which is populated from Database.I have a save button on the same form that has DatagridView. My requirement is i want that all the records that are populated in DatagridView should be saved in a certain table of …

Member Avatar for Ehtesham Siddiq
0
316
Member Avatar for Ehtesham Siddiq

Hi, My application is in VS2008 coded in Vb.net. I have a datagridView which is getting populated from the Database.I has RegNo,RollNo,Name etc fields.The data in the Name column of database is coming from 3 columns of a certain table from database. This is how im concatinating it and displaying …

Member Avatar for Zeth643
0
821
Member Avatar for Ehtesham Siddiq

Hi, My application is in VS2008 coded in VB.Net I have a DatagridView.I have a Save Button on my Form.Now my requirement is i want to the Data that is populated in Datagridview when i click on Save button. I want to do it using Update Query. below is my …

Member Avatar for Ehtesham Siddiq
0
183
Member Avatar for Ehtesham Siddiq

Hi, I have two forms.Both having DatagridView.There are two comboboxes to filter the record from Database and fill in Datagridview.My requirement is when all the data is populated in DataGrid after selecting the comboboxes and when the user clicks on Delete. The comboboxes and Datagrid on second form should have …

Member Avatar for Ehtesham Siddiq
0
175
Member Avatar for Ehtesham Siddiq

Hi, I want to fill data in my combo box using Add range method. [CODE] cboFirst.Items.Add("Sunday") cboFirst.Items.Add("Monday") cboFirst.Items.Add("Tuesday") cboFirst.Items.Add("Wednesday") cboFirst.Items.Add("Thursday") cboFirst.Items.Add("Friday") cboFirst.Items.Add("Saturday") [/CODE] This is how im filling my combo with days. i want to do the Same but by using Add Range Method. Please guide how,its urgent.

Member Avatar for Ehtesham Siddiq
0
2K
Member Avatar for Ehtesham Siddiq

Name: Ehtesham Nickname: Ehte Height: 5' 9' Hair: Black Eyes: Black Location: Imdia Age: 25 Hobbies: Listening to music,Playing Cricket,Writting Diary Relationship Status: Single Fav Music: Sufi n soft Songs Education: B.Tech Computers Favorite Movies:Na Tum jano na Hum,Troy,Wanted

Member Avatar for Onlineshade
-1
99
Member Avatar for Ehtesham Siddiq

Hi, I have a datagridview with many columns.I want to give this GridView Columns proper order according to my requirement. Like example. I have three columns 1.RegNo. 2.Name. 3.Address. I want that the Name should be the first Column,RegNo second and Adress Third. My application is in Silverlight Coded in …

Member Avatar for Ehtesham Siddiq
0
289
Member Avatar for Ehtesham Siddiq

Hi, i have successfully able to load Image to imagebox in my Silverlight Application.Now i want to assign that selected image to the object that is carrying data to Service file to save records. Below is my Code. Code for how im Browsing n selecting Image. [CODE] private void btnBrowse_Click(object …

0
75