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
~2K People Reached
Favorite Tags
Member Avatar for hkarthik

Hi everybody, I just want to develop a web application for sending sms using java/jsp. Normally i have seen people using either gsm modems or bluetooth or connecting mobile to pc and then send sms. I am planning to develop a web application in such a way that it sends …

Member Avatar for MingMing
0
541
Member Avatar for hkarthik

Hi, I need to create an EAN-13 Barcode with addon in vb.net... can anybody help me in doing this... Actually i could find some links which showed a way for creating an EAN-13 barcode and but i could not find any with the Addon.. Kindly help Thanks

Member Avatar for fridge25
0
65
Member Avatar for hkarthik

Hi everybody, I am working on a windows based application using vb.net 2005. I want to get our remote server's date and time.Our remote server is a linux machine. So how can i get the date and time of the remote server from an application which works on windows. Kindly …

Member Avatar for samir_ibrahim
0
101
Member Avatar for hkarthik

Hi everybody, I am developing an windows based application in vb.net 2005. I am also using crystal reports in my application. I am able to work with the crystal reports. Now what i want is, i need to have background designs for my report. As it is the report is …

0
65
Member Avatar for hkarthik

Hi everybody, I am trying to convert a string to a Date format. So what i actually want to do is, i want to convert any format of date to DD/MM/YYYY format. For example the format can be d/m/yyyy, m/d/yyyy, mm/dd/yyyy, dd/mmm/yyyy, etc...... I tried using CDATE(value), datetime.convert(value), i even …

Member Avatar for jbisono
0
120
Member Avatar for hkarthik

Hi, I am having a problem with datagridview. I have added a datagridview to my form, which consists of two columns. Two columns have combobox(ie datagridviewcombobox) added to it. So now i have the 2 fields with combo boxes. After adding these 2 combobox through the dgv's property column-collections, i …

0
62
Member Avatar for hkarthik

hi all, how do we display a messagebox in ASP.net. i tried in this way MsgBox("<script language='javascript'>successfully saved</script>") but it displays a error message saying " [B][I]It is invalid to show a modal dialog or form when the application is not running in UserInteractive mode. Specify the ServiceNotification or DefaultDesktopOnly …

Member Avatar for reach_yousuf
0
183
Member Avatar for hkarthik

hi all, I have some doubts regarding this VSTO 2005. Visual studio tools for office(vsto), actually this tool is used for editing and retrieving the settings or information or adding a new property into word, excel.... isnt it? Can we make changes to the applications like word, excel etc.... usning …

0
70
Member Avatar for hkarthik

hi, I am new to j2me. I want to add more than one image into a form and display those images as thumbnails, so that when i click any one of the thumbnail i should get the full view of the image. Can anybody help me regarding this issue?

Member Avatar for hkarthik
0
97
Member Avatar for hkarthik

Hi everybody, I am new to j2me. Can anybody tell me how to start working with j2me.

Member Avatar for Samudricka
0
103
Member Avatar for hkarthik

hi, how do we select multiple checkboxes in datagrid using a checkbox in the header of that datagrid. I went successful in adding each check boxes to each row. Now insted of selecting each checkbox individually i used a checkbox in the header of that datagrid. So when i check …

Member Avatar for hkarthik
0
124
Member Avatar for hkarthik

hi all, i am using a button on my webpage. For example let the text in the button be "Dani Web". So what i want to do here is, while running this page when i keep my mouse pointer over this command button, the text in that button should be …

0
61
Member Avatar for hkarthik

hi, I am doing a project regarding SMS and i am doing it in ASP.NET. MY project actually aims at sending sms from my Pc to a Mobile and getting back a reply from the mobile. Here i am planning to use some kind of GSM/GPRS USB MODEM for the …

0
73
Member Avatar for hkarthik

hi, i am still not convinced with the message box in ASP.NET. What exactly i want is, my ASP.net page should redirect me to some other page when i click the OK buton in the message box. But the question is how to display the message box in ASP.Net using …

Member Avatar for ses5909
0
68
Member Avatar for vaisakh

Dim strInsert As String Dim cmdInsert As OdbcCommand Dim cn As OdbcConnection cn = New _ OdbcConnection(ConfigurationSettings.AppSettings("ConnectionString")) strInsert = "Insert into realestate.city_master(city_Name)Values(city_name);" cmdInsert = New OdbcCommand(strInsert, cn) cmdInsert.Parameters.Add("city_Name", city_name.Text) cn.Open() cmdInsert.ExecuteNonQuery() city_name.Text = "" cn.Close()

Member Avatar for campkev
0
74
Member Avatar for hkarthik

hi all, i am doing a project in ASP.NET using MySQL as my backend. I am just a beginner to .net. can you help me by telling how to insert data into Mysql from asp.net.expecting your early reply. please provide the coding also

Member Avatar for hkarthik
0
93