No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
16 Posted Topics
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 … | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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? | |
Hi everybody, I am new to j2me. Can anybody tell me how to start working with j2me. | |
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 … | |
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 … | |
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 … | |
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 … | |
Re: hai, just try this out. [QUOTE] [COLOR=#0000ff]Dim[/COLOR] con [COLOR=#0000ff]As[/COLOR] OdbcConnection [COLOR=#0000ff]Dim[/COLOR] str [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String [/COLOR][COLOR=#0000ff]Dim[/COLOR] cmd [COLOR=#0000ff]As[/COLOR] OdbcCommand con = [COLOR=#0000ff]New[/COLOR] OdbcConnection (ConfigurationSettings.AppSettings("ConnectionString")) str = "insert into newuser_details values('" & txtusername.Text & "','" & txtpassword.Text & "')" cmd = [COLOR=#0000ff]New[/COLOR] OdbcCommand(str, con) con.Open() cmd.ExecuteNonQuery() con.close() [/QUOTE] try this out .it … | |
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 |
The End.