Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
~44.6K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

70 Posted Topics

Member Avatar for wael meto

you can use the property of the combobox... you can use refresh or update

Member Avatar for Alan_10
0
5K
Member Avatar for kkk122
Member Avatar for tinstaafl
0
7K
Member Avatar for chloie

you can try this. [CODE] dim tableadapter as new dataTable dim position as integer = 0 'for the first record position = 0 textbox1.text = tableadapter.rows(position)("yourfield").tostring() ' for next record if tableadapter.rows.count > 0 then position = posiiton +1 textbox1.text = tableadapter.rows(position)("yourfield").tostring() ' for previous record if tableadapter.rows.count > 0 …

Member Avatar for Reverend Jim
0
512
Member Avatar for eakaglo
Member Avatar for cyberdaemon

Good day, I am having trouble with the excel file that i was uploaded.. after i uploaded the excel file i want to validate each header and each datatype of it. just to make sure that my dbase has integrity.let say i have 10 columns. Is there a way on …

Member Avatar for Nalestard
0
303
Member Avatar for silvercats
Member Avatar for cyberdaemon

Good day coders.. I just want to query how could i solve my problem regarding gridview, I want to compare the value of the current row to the previous row of the column, I dont know were should i start. (ex. id, matnum,soldtoplan 1, 101, 10101 2, 102, 10102 3, …

Member Avatar for Member #949455
0
93
Member Avatar for cyberdaemon

Good day, I am having troulbe with my computation here. i want to compute for the Custom_Haulage_In_Transit but when i exec my sp the value of the Custom_Haulage_In_Transit is 0. can anyone help me with this please.. here is my code SELECT distinct MATERIAL ,Description ,Material_Type -- ,Requested_Delivery_Date ,ATP_check ,Delivering_Plant …

Member Avatar for adam_k
0
218
Member Avatar for deolalkar_pooja

i think u need to upgrade your OS into SP3,also upgrade your .net framework into 3 or so..

Member Avatar for cyberdaemon
0
263
Member Avatar for roseann.larrosa
Member Avatar for Reverend Jim
0
7K
Member Avatar for cyberdaemon

Good day, I am having trouble with my condition, i dont know where should i put where in my query here is my code.. SELECT distinct MATERIAL ,Description ,Material_Type -- ,Requested_Delivery_Date ,ATP_check ,Delivering_Plant ,Order_Quantity ,Held_by_Finance ,Rejected_OOS ,Rejected_Others ,ISNULL(Open_Order_Quantity,0) AS Open_Order_Quantity ,ISNULL(Order_Quantity_NKA,0)as Order_Quantity_NKA ,ISNULL(Order_Quantity_RKA,0) AS Order_Quantity_RKA ,ISNULL(Order_Quantity_Others,0) AS Order_Quantity_Others ,ISNULL(Stock,0) AS …

Member Avatar for cyberdaemon
0
296
Member Avatar for prateek29chandra

try to use join, after joining the field try to concetenate the field that you want the user can see on the GUI..

Member Avatar for prateek29chandra
0
251
Member Avatar for istore221
Member Avatar for prateek29chandra

try to use if exists in sql.. on that way, that's the best to handle duplicate entry in the dbase..

Member Avatar for cyberdaemon
0
150
Member Avatar for prateek29chandra

cmd.Parameters.AddWithValue("vDate", dateTimePicker1.Text); double check this line.. i know u knew what is wrong.. another is cmd.executeNonquery(); is missing..

Member Avatar for cyberdaemon
0
189
Member Avatar for shipley
Member Avatar for cyberdaemon
0
103
Member Avatar for korathualex

try u use select top 2 from your table then use joining.. or else, ellaborate what you want just to be clear..

Member Avatar for geniusvishal
0
92
Member Avatar for cyberdaemon

Good day, I am facing a trouble with my project. i want to load the database in my session but i dont have idea on how to do it. session["getName"] = _BLL.GetName(_myEntities); Response.Redirect("otherpage.aspx",false); on my master page. myLabel.Text = session["getName"].ToString(); that's my code. i want to get the record on …

Member Avatar for cyberdaemon
0
108
Member Avatar for cyberdaemon

Good day, I am having trouble with my dbase. i have 2 tables first is the maintenance table while the other is transactional table. on my maintenance table i have field(id, plan, material,type,percentage) while on the transaction table (id,material,description) here is my problem. on the maintenance table let say id …

Member Avatar for cyberdaemon
0
168
Member Avatar for cyberdaemon

Good day, I am having a probem with my sql. I want to create a formula for my pivot field.. here is my code... SELECT * FROM ( SELECT REPORT.MATERIAL ,REPORT.Description ,REPORT.Material_Type ,REPORT.ATP_check ,REPORT.Delivering_Plant ,REPORT.Order_Quantity ,REPORT.Held_by_Finance ,REPORT.Rejected_OOS ,REPORT.Rejected_Others ,REPORT.Open_Order_Quantity ,REPORT.Order_Quantity_NKA ,REPORT.Order_Quantity_RKA ,REPORT.Order_Quantity_Others ,REPORT.Stock ,REPORT.DSD_Delivery ,REPORT.OUtBound_Haulage ,REPORT.Total_OutBound_items ,REPORT.InBound_Haulage ,REPORT.Haulage_In_Transit ,REPORT.Process_Order ,REPORT.Total_Inbound_Items …

Member Avatar for cyberdaemon
0
222
Member Avatar for akkbkht

@akkbkht your project is not small as it is.. it huge project. we've been creating that on my last company.. but since your just starting on that project you can start by the table creation.of course u must have patient table..patient table must generated patient number.. maybe arounf 10 char.. …

Member Avatar for akkbkht
0
732
Member Avatar for cyberdaemon

Good day, I am having trouble with the computation in SQL. i want to subtract the intStock and the intTotal_OutBound_items to just to get the items available. here is my SP.. INSERT INTO CO09_Report ( intMaterial ,txtDescription ,txtMaterial_Type ,txtATP_check ,intDelivering_Plant ,intOrder_Quantity ,isHeld_by_Finance ,isRejected_OOS ,isRejected_Others ,intOpen_Order_Quantity ,intOrder_Quantity_NKA ,intOrder_Quantity_RKA ,intOrder_Quantity_Others ,intStock ,intDSD_Delivery …

Member Avatar for pritaeas
0
201
Member Avatar for rahul pareek
Member Avatar for Pallavivt

have u try to use xml.? here is example of it.. and place save it in the sql table @xmlInTransit xml INSERT INTO tblInTransit ( ReceivingPlant ,SupplyingPlan ,STONumber ,ItemNo ,Material ,MaterialDescription ,Quantity ,Unit ) SELECT NODE.value('@ReceivingPlant','[varchar](4)') ,NODE.value('@SupplyingPlan','[varchar](50)') ,NODE.value('@STONumber','[bigint]') ,NODE.value('@ItemNo','[int]') ,NODE.value('@Material','[bigint]') ,NODE.value('@MaterialDescription','[nvarchar](50)') ,NODE.value('@Quantity','[int]') ,NODE.value('@Unit','[int]') FROM @xmlInTransit.nodes('dsExcelInTransitRecords/dtExcelInTransitRecords') TEMPXML(NODE) once it compiled you …

Member Avatar for cyberdaemon
0
3K
Member Avatar for OnlineD

you can use join in your queries. SELECT * FROM Investments I inner join Funds F on I.FundID = F.FundID inner join Currencies R on F.BCurrencyID = R.CurrencyID inner join Funds_Shareclasses C on C.SCurrencyID = R.CurrencyID inner join Companies P on I.CompanyID = P.CompanyID WHERE I.CompanyID LIKE varCompanyID AND I.FundID …

Member Avatar for cyberdaemon
0
175
Member Avatar for HibaPro

you can use the sql jobs all yo uhave to do is to create a job that will back up your dbase. u can choose full back up if you want to back up the whole db. or the other option..also you can set the time of your back up..

Member Avatar for cyberdaemon
-1
143
Member Avatar for cyberdaemon

Good day, I want to get the latest value of the newly inserted record in my label.. The value that i want to get is not the primary key. Here is my code . //for saving _patientInformation.firstName = txtFname.Text; PatientInformationBL _patientBL = new PatientInformationBL(); if (_patientBL.addPatientInfo(_patientInformation) == true) { lblMsg.Visible …

Member Avatar for cyberdaemon
0
192
Member Avatar for cyberdaemon

Good day, I am having trouble on how should i clear the value of my controls in the modalpopupextender. Assume the i have 1 textbox in it. oce i clicked the button with any name. all i want is to clear the value of the control.. thanks

Member Avatar for cyberdaemon
0
148
Member Avatar for raajsj
Member Avatar for cyberdaemon
0
174
Member Avatar for raajsj
Member Avatar for cyberdaemon
0
1K
Member Avatar for sanket.patil

where did the data coming from..? i mean what are the data that will autocomplete?is it in the dbase?array?or what?

Member Avatar for cyberdaemon
0
362
Member Avatar for cyberdaemon

Good day, I just want to ask how could i start to create a simple database using SQL server 2008. I have all the employee images that was on the folder, if i create a table for let say employee table. All i want is to create a link or …

Member Avatar for cyberdaemon
0
105
Member Avatar for cyberdaemon

Good day, I am stuck at his moment figuring how could i solve this porblem.. I created a method that will retreive a value from the dbase and place it in the dropdownlist.. so here is my code protected void ddlSalesOrg_SelectedIndexChanged(object sender, EventArgs e) { _lkpPlantEntities.plant = ddlPlant.SelectedValue; _lkpCustomerEntities.txtSalesOrg = …

Member Avatar for cyberdaemon
0
163
Member Avatar for cyberdaemon

Good day, I am having problem with displaying my image on the my form.. the image is already uploaded and saved on the folder. so all i want is to retreive it and place it on the other form. This is web application here is my code private void GetImages() …

Member Avatar for cyberdaemon
0
159
Member Avatar for cyberdaemon

Good day, I have a module that upload a record using excel file, and that excel file will be save into the table.. actually i already created that but one ofmy requirement is to clear first the record in excel before it will be uploaded.. how could i clear the …

Member Avatar for cyberdaemon
0
394
Member Avatar for cyberdaemon

Good day,, I am having problem with the autocompleteextender in my application. i already created a webservice.. here is my code <asp:TextBox ID="txtSKU" runat="server"></asp:TextBox> <cc1:AutoCompleteExtender ID="aceSKU" runat="server" Enabled="True" ServicePath="http://localhost:3099/WebService1.asmx" ServiceMethod="GetMaterialName" TargetControlID="txtSKU" MinimumPrefixLength="2" CompletionInterval="100" EnableCaching="true" ShowOnlyCurrentWordInCompletionListItem="true" > </cc1:AutoCompleteExtender> and here is my whole webservice code using System; using System.Collections; using System.ComponentModel; …

Member Avatar for cyberdaemon
0
150
Member Avatar for cyberdaemon

Good day, I want to use N-TIER for my application.I have DAL and BAL already, since i have that 2 project already. am missing 1 project which is the UI.so i created my UI project. Since am excited to test my simple n-tier i created a simple GUI using gridview …

Member Avatar for cyberdaemon
0
138
Member Avatar for cyberdaemon

Good day, I was stock in the middle of developing a simple application. All i want is to bind the data into gridview, everything is fine when i binding into a single table. i need to bind my gridview using two table. my stored procedure is wroking correctly. here is …

Member Avatar for BhuvanRam
0
197
Member Avatar for cyberdaemon

Good day, I am havinf trouble with the pageindexchanging in my gridview here is my code; my PAgeIndexChanging code protected void gvPatientInformation_PageIndexChanging(object sender, GridViewPageEventArgs e) { GetPatientInfor(_patientInformation); gvPatientInformation.PageIndex = e.NewPageIndex; } my Method Code private void GetPatientInfor(PatientInformation _patientInformation) { gvPatientInformation.DataSource = PatientInformationBL.listPatientIformation(_patientInformation); gvPatientInformation.DataBind(); } My BLL code public static DataTable …

0
80
Member Avatar for cyberdaemon

Good day, I'am having a problem regading the computation in sql. I been using C# and am creating a web application. All i want is to multipy the value of the record from one table and multipled it with the other table. s oi caome up with this idea. @MARKUP …

Member Avatar for ssujon
0
101
Member Avatar for cyberdaemon

Good day, I created a simple search in sql. inside the textchange event. everythis seem to be ok for text box. i want to have another search with the other text but this time i want to use the first search and concat it with the next condition.. here is …

Member Avatar for cyberdaemon
0
132
Member Avatar for cyberdaemon

good day, i have a table named information i created a stored procedure that will search for thier name, "firstname","middlename" and "lastname" that 3 field is concatenated and named it fullname My problem is that i want to count the result of my query that count the total number of …

Member Avatar for cyberdaemon
0
112
Member Avatar for cyberdaemon

i have here my search code. i want to search for firstname, and gender, but what if firstname is empty and gender is the one were going to search. but the gender is not filtering they just filter the name. any suggestions.. SELECT --ACCOUNT_CODE --HOSPITAL_CODE MRN ,CONVERT(DATE,BIRTHDATE)BIRTHDATE ,FIRSTNAME ,MIDDLENAME ,LASTNAME …

Member Avatar for cyberdaemon
0
129
Member Avatar for cyberdaemon

Good day, I want to search something from my database. my queries are working DataRow dr = PatientInformationBL.GetPatientSearch(new PatientInformation { firstName = txtFname.Text }); actually the GetPatientSearch is a method that is connected to my DAL. the codes returns no error but it displays in datarow.the result should be put …

Member Avatar for cyberdaemon
0
115
Member Avatar for cyberdaemon

Good day, I just want to asked regarding SQL. let say i have a table for discount.using SQL query. here my table name A Item Price A 100.00 B 200.00 C 300.00 Assume that there's 20% discount if the price is greater than 200.00 Discount should apply 1. How could …

Member Avatar for adam_k
0
92
Member Avatar for cyberdaemon

Good day, Is it possible to create a simple entity framework system withou using DAL? or maybe context? direct connection? let say, i want to extract all my record in gridview. //assume that this is my formload protected form_load() { if(!isPOstBack) { getAllRecord(); //mymethod to call the data taht will …

Member Avatar for cyberdaemon
0
181
Member Avatar for cyberdaemon

Good day.. i was stuck a moment realizing what went wrong to my project. I'm currently developing a enrollment system. I have 3 tables in my DB namely course_code,curriculum and pre_requisite tables. on the course_code table i have fields course_code(PK),course_desc. on the curriculum table i have but in this table …

Member Avatar for imless
0
114
Member Avatar for cyberdaemon

Good day, I am having problem with the saving. all i want is to save multiple records at once. i used user define table in sql server 2008. my stored proc seems be right coz i already tested it.. my problem is that once i selected a record from the …

Member Avatar for nakor77
0
152
Member Avatar for cyberdaemon

how can i save multiple record in single click using user define data type in SQL i am having problem in selecting the value in gridview using checkbox here my code View // View LAyer protected void imgbtnSave_Click(object sender, EventArgs e) { DataTable dtTable = new DataTable(); DataRow dtRow = …

Member Avatar for taskman
0
133
Member Avatar for cyberdaemon

how can i save multiple record in single click using user define data type in SQL i am having problem in selecting the value in gridview using checkbox here my code View // View LAyer protected void imgbtnSave_Click(object sender, EventArgs e) { DataTable dtTable = new DataTable(); DataRow dtRow = …

Member Avatar for nmaillet
0
112

The End.