- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 8
- Posts with Upvotes
- 8
- Upvoting Members
- 5
- Downvotes Received
- 4
- Posts with Downvotes
- 3
- Downvoting Members
- 4
53 Posted Topics
Re: You can use Ajax Control. Check this out. http://www.codeproject.com/Articles/14919/Auto-complete-text-box-using-AJAX-Using-Atlas | |
| |
Re: Just try with Delete From "TableName" Where "Some Condition" : if you want to delete data based on some conditions. else Delete From "TableName" | |
Re: 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 | |
Re: HI, Check this out. it will help you out. http://www.codeproject.com/Questions/517489/irisplusidentityplusprojectplusinplusc-23 Regards, Ravi. | |
![]() | Re: HI, Check for Upper/Lower letters and also Check that you are getting value in Where statement too. |
Re: 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/ | |
Re: Try using GridPageIndexing Event | |
Re: HI Neethaa. Check this out. It will help you, I guess http://www.yevol.com/en/vcsharp/applicationdesign/Lesson22. | |
Re: HI. Where and what error you getting in this code? | |
Re: 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 … | |
Re: HI, Check this out: http://www.codeproject.com/Articles/24180/DataGridView-Control-with-ListBox Please let me know if you find it useful. | |
Re: HI, Where are you stroing image map name and image map? While posting thread please take care of giving your requirement in brief. | |
Re: 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 … | |
Re: Are you Displying both outputs in same browser? | |
Re: 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. | |
Re: HI, If you are trying to add record where are you inserting your data? | |
Re: 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"); | |
Re: 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. | |
| |
Re: 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 … | |
Re: HI, You can use session. or You can add one more field in DB check to whether user is active user or not. | |
Re: 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 | |
Re: 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. | |
Re: 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 … | |
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 … | |
Re: 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/ | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
Re: 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 | |
Re: 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. | |
Re: 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 | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
Re: HI, I do not think that anyone will go through your answers. better you just google it. | |
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. | |
Re: Yes. Ketsuekiame right, You need to parse double value with trim() funcations. other than that your code looks good there | |
| |
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 | |
Re: **Hi afidaah** Make sure that you are calling funcation properlly as you are using java script. | |
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 | |
hello everyone... could anyone tell me how to store images in oracle database..or which datatype has to use for it.. | |
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 … | |
Re: 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. | |
Re: 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. | |
Re: 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 … |
The End.