Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
65% Quality Score
Upvotes Received
8
Posts with Upvotes
8
Upvoting Members
5
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
4
1 Commented Post
~22.0K People Reached
Favorite Tags

53 Posted Topics

Member Avatar for eakaglo

You can use Ajax Control. Check this out. http://www.codeproject.com/Articles/14919/Auto-complete-text-box-using-AJAX-Using-Atlas

Member Avatar for arun1123
1
3K
Member Avatar for taekiewzz
Member Avatar for De.morgansPink

Just try with Delete From "TableName" Where "Some Condition" : if you want to delete data based on some conditions. else Delete From "TableName"

Member Avatar for G_Waddell
0
311
Member Avatar for imBaCodes

HI, Check this out. It will help you to get done your requirements. http://www.vbaexpress.com/kb/getarticle.php?kb_id=543 http://answers.microsoft.com/en-us/office/forum/office_2007-excel/macro-for-date-picker-to-disappear-after-selection/d5ea6857-44b5-4c60-b5b6-8d7a4b699b82

Member Avatar for Jx_Man
2
187
Member Avatar for ramy.merc

HI, Check this out. it will help you out. http://www.codeproject.com/Questions/517489/irisplusidentityplusprojectplusinplusc-23 Regards, Ravi.

Member Avatar for ramy.merc
0
312
Member Avatar for nova37

HI, Check for Upper/Lower letters and also Check that you are getting value in Where statement too.

Member Avatar for radhakrishna.p
0
3K
Member Avatar for prateek29chandra

Hi, Are you performing any action after selection of ID's? Follow this site, surly you will get appropriate result http://www.mssqltips.com/sqlservertip/1387/joining-data-using-union-and-union-all-in-sql-server/

Member Avatar for prateek29chandra
0
249
Member Avatar for jLamp
Member Avatar for rajutech
0
289
Member Avatar for jaimin4829
Member Avatar for Neethaa

HI Neethaa. Check this out. It will help you, I guess http://www.yevol.com/en/vcsharp/applicationdesign/Lesson22.

Member Avatar for geniusvishal
0
154
Member Avatar for ngonix
Member Avatar for cyberdaemon

HI, There is no any connectivity between two tables. you should have one.. Change your Transaction Table such as ID,MID(FK,PK),Type,Rest of the field. now using MID you can get the type from maintenance table and can insert into transaction table. 2Ways) If you are using Web Application you can store …

Member Avatar for cyberdaemon
0
167
Member Avatar for zawpai

HI, Check this out: http://www.codeproject.com/Articles/24180/DataGridView-Control-with-ListBox Please let me know if you find it useful.

Member Avatar for zawpai
0
2K
Member Avatar for Wailintun

HI, Where are you stroing image map name and image map? While posting thread please take care of giving your requirement in brief.

Member Avatar for Wailintun
0
256
Member Avatar for hookedtocsharp

Make me correct if i am wrong.. what my understanding is, you want to retrive the address on second page based on the name you selected on first page. seems. first you will select name from the first page and then click on Next button to direct next page and …

Member Avatar for JorgeM
0
189
Member Avatar for davy_yg
Member Avatar for JorgeM
0
203
Member Avatar for cgull
Member Avatar for animo

HI animo, You have not mention you problem properly. Are you loading data from database to feel into grdiview? where is your SELECT Statements? You said you want to edit but u didn't say how you were trying.

Member Avatar for RvSon
0
85
Member Avatar for safian123
Member Avatar for safian123
0
190
Member Avatar for savedlema

Yes. It's possible, You can achieve this with replace method.. you need to replace your table name with your text box value. Tablename.replace("TextBox1.text");

Member Avatar for RvSon
0
660
Member Avatar for Evil_genius82

HI, Your question is not so clear to me. I would like to ans it if you give some more informations. I need to be briefed. Thanks.

Member Avatar for Reverend Jim
0
182
Member Avatar for Papa_Don
Member Avatar for MARKAND911

Hi, In first method you have not closed ')' properly. you are missing one Close')' at the end of query and also missing ';'. And I think you should try this as well. using System; using System.Data; using Oracle.DataAccess.Client; class ConnectionSample { static void Main() { string connstr = "User …

Member Avatar for RvSon
0
195
Member Avatar for hookedtocsharp

HI, You can use session. or You can add one more field in DB check to whether user is active user or not.

Member Avatar for Ketsuekiame
0
229
Member Avatar for rexmatthew

HI, If you are using jQuery DatePicker you can apply it on any textfield. follow this, http://stackoverflow.com/questions/4710166/how-to-get-current-date-using-jquery

Member Avatar for rexmatthew
0
291
Member Avatar for katabullet

You can use the Control of another page. what you need to do is just inherit that class. DeliverClass : BaseClass BaseClass BC = new BasClass() Create One Var(Z0) Z0 = bc.ControlName.<Ur Requirements>/ Hope I am Clear and it will help You.

Member Avatar for rishif2
0
185
Member Avatar for Papa_Don

HI. what you mean my string1 over there? what values should be there in the string. Are you using any controls to feel the string and using string values to get the query execute. What you can do is, Just put one textbox to your page. enter value to it …

Member Avatar for Papa_Don
0
413
Member Avatar for RvSon

HI All, I have to upload most of the world wide active Educational Universities and Institutes in my Database. I have tried a lot to find out but none of the sites are giving proper list. either they have given 3 to 4 names under each Province which is famous …

Member Avatar for pritaeas
0
176
Member Avatar for danimischiu

using System.Data.SqlServerCe; using System.IO; string connectionString; string fileName = "FileName.sdf"; string password = “password”; if (File.Exists(fileName)) { File.Delete(fileName); } connectionString = string.Format( "DataSource=\"{0}\"; Password='{1}'", fileName, password); SqlCeEngine scen = new SqlCeEngine(connectionString); scen.CreateDatabase(); Follow this, http://arcanecode.com/2007/01/25/create-a-sql-server-compact-edition-database-with-c/

Member Avatar for RvSon
0
108
Member Avatar for Mr.pc.online

Hi, What you can do is. Either on the TextChanged event or Leave event. you have to fetch sum of InvoiceTotal from your DB. than you have to store the resule into a one variable may be string. convert your result into a string and disply to a Lable. this …

Member Avatar for RvSon
0
185
Member Avatar for coder91

HI,I am not so clear with your question but still i m trying from what i have understood. First You need have differnt tables for each entity. 1)Actities 2)time 3)Date/Day 4)InformationMaster : Contains all the information such as process,activites and timing. what you have to do is assign date/day with …

Member Avatar for JorgeM
0
232
Member Avatar for joshl_1995

HI, You can use some pattern from string(which ever you want) to break down a string in a proper format and than while you are displying you can merge it as per your requirements.

Member Avatar for tinstaafl
0
360
Member Avatar for sonyj

HI, Go through this link, might you will get what you are looking for, http://msdn.microsoft.com/en-us/library/2ab8kd75.aspx BTW, Are you fatching images from database or you have created one foler in Solution Bar? How are you fetching?. Need to be briefed

Member Avatar for sonyj
0
355
Member Avatar for tolap21

HI, What you need to do is, Just add one condition before calliing to the Command Query or you can use validation funcations. EG: if(txt.text=txt2.text=txt3.text == '') { } ErrorMessage("Insert Value First") else { Your DB Command } ------------------------------------------ Hope I am clear and it will work for you.

Member Avatar for Webville312
0
188
Member Avatar for rc_new

I am not very sure but you can create one databse file in vb.net 2010 with all your tables in db. you can deploy than, i guess

Member Avatar for RvSon
0
185
Member Avatar for GlenRogers

HI, I am not good in PHP. so I am not looking into your code but i would like to give you some idea so you can apply in your code.. Take 3 controls.where you can select the Category,SubCategory and Products Now First Control feel with Category. second control which …

Member Avatar for RvSon
0
180
Member Avatar for Papa_Don

HI. 1) Connect to your database 2) Click on login in left side panel 3) Right Click on "SA" and open Properties 4) Enter Your password and click "Ok" yes,Make sure to restart the SQL Server and all its services and test new password by log into system using SA …

Member Avatar for Papa_Don
0
369
Member Avatar for Dum_Bass

HI, You have to work on your conditions. you have to change it. you have given as ( ball, 12). so exactly when this condition is true you gets result.

Member Avatar for Dum_Bass
0
166
Member Avatar for preston326

HI, I do not think that anyone will go through your answers. better you just google it.

Member Avatar for RvSon
0
94
Member Avatar for RvSon

HI, I am looking for articles which gives complete information about custom controls and delegate information in asp.net.I have seen many sources but i didn't get proper informations. Please let me know if know any good resources.

Member Avatar for geniusvishal
0
237
Member Avatar for Counterpartz

Yes. Ketsuekiame right, You need to parse double value with trim() funcations. other than that your code looks good there

Member Avatar for RvSon
0
266
Member Avatar for dustin.mcalister.58
Member Avatar for RvSon

Hi All, We can use Command name and argument for web controls such as imagbutton or button etc.. But Can we use Command name and argument for html tags such as(span,a)? It's urgent. Please put some light on it.. Thanks

Member Avatar for RvSon
0
223
Member Avatar for afidah

**Hi afidaah** Make sure that you are calling funcation properlly as you are using java script.

Member Avatar for <M/>
0
95
Member Avatar for RvSon

Hi All, I need to load varying Custome controls to one page with differnt panles,I have to load Custom control page according to selection of Criteria. Thanks

Member Avatar for RvSon
0
304
Member Avatar for RvSon

hello everyone... could anyone tell me how to store images in oracle database..or which datatype has to use for it..

Member Avatar for saideepak89
0
133
Member Avatar for RvSon

hello all, i got project on online examination i want to fetch data dynamically from database. it must be like that once student loged in. he must gives answer for 1st Q. to go next Q. when they click on any of the buttons. next Q. must be fetch dynamically …

Member Avatar for Singlem
0
163
Member Avatar for Samar Sharma

pls make ur Q. clear. if u are using any network protocol with java techno. then must u hv to know socket programming. through socket u can get it, jst need to connect through ip addresss. hope its work for you. better give some code.

Member Avatar for RvSon
0
87
Member Avatar for StevenSchaffner

hey buddy. what atul has said its perfectally all right. u can go with that. nd i think its easy way to do. first go with that. if u can not get through that. will give another way to get it.

Member Avatar for Atul Dhiman
0
240
Member Avatar for meyumi_lelouch

hey man its very simple. need to print all ur choices on the screen, and each time its ask to choice any one option. once u get one result form switch case. it must return u to the choice menu,, if u give exit. thn and thn u can go …

Member Avatar for Anuradha Mandal
0
871

The End.