how to loop the label or textid in C#.net as per vb textboxname.text=cmd.executescalar() but it,s not working in c#.net anyone tell me the suggestion now lucky
Lucky Sheikh
Posts
-
looping -
please help me with combobox keycodefirst of all u hv to add a items in combobox if u want to retrieve the data in second form of combobox then write code firstform.combobox.items() or save the data in database table n retrive in combobox oke hope u understand byeeeeee lucky
-
Get blank CD/DVD disk spacehey guy just add the button and link the path of nero simply don,t gowhere whenever u want to run it will display the all nero part ok bye write code in button or etc dim nero as string nero="add path of nero smart smart" it will display byeee hope u understand lucky
-
Crystal Reportcrystal report is just for view the page u have to adjust the report page sequencially with proper order. cr is easy to support any language and easy print. hope u understand any problem mail me lucky
-
How to browse class's fields in property grid ?hey guy if u r in ur home u follow ur home,s rule not to other,s same like when u work in microsoft it has also there rule ok don,t ask this type of question. read it private, public, partial property to set the class byeeeee hope u understand:laugh: lucky
-
CrystalReportviewer and Pagesetuphey guy if u click on print button at cr report it will automatically display the pagesetup or print option if u want to seprate add a button then write code crrptview.printreport=true hope u understand lucky
-
Winform Nested Datagrids - Questionso wht,s the problem simply just apply the condition on + button and - button. +button.click=dgv1, dgv2 else false hope u understand byeeeeeeee lucky
-
Hide Child Form ControlBox,Form Pic,Min,Maxhey guy don,t confuse with this type bcoz its just a structure how to attach a file in mainmenu remove it all and add ur file in that menu by change name if u want to add form in mainmenu then write code dim a as new form a.mdiparent=me a.show simply hope u understand if any problem mail me byeeeeeeee lucky
-
its urgenthow can i attach the powerpoint file .ppsx in vb.net i want a path to show that file plz send me accurate code lucky
-
how to avoid postback on button click event in asp.net/javascript?hey just add a button in ur report then at ur form write code in reportviewer me.hide on click event it will autmatically and when u want me.show simply first of all u have to invisible the reportviewer hope u understand byeeeeeeeeeee lucky
-
C#hey just link and accept condition like if 1 then t1.visible=true 2 then t1.visible=true and t2.visible=true ok then loop it will work ok byeeeeeee lucky
-
Doubt in DropDownListhey guy just make a link like name :- monisha qual:- bsc then other just make a link first it will help u lucky
-
Gridview paging rowno data is shown in datagrid view as u saved so it can done with the help of cr report to make a group of columns ok byeeeee lucky
-
Sharing DLLs across multiple ASP.NET appshye problem, dll is use for reusability of code and program u can execute class library many more times in a different way first of all u have to knowledge abt dll,s read the dll deeply then ask the question to anyone ok don,t waste ur time with such type of question ok byeeeee lucky
-
Validating with out Validatorshey baby r u new in .net there are already validators in asp.net dont write any query. go to validation controls or data validator n drag n drop it will work of byeeeeeeee:laugh: lucky
-
how can i show a pdf file in asp.net ?hey don,t make a file in pdf because when user click on this file adobe acrobat must be install on their computer so make a file in ms-office it can be help to all users ok byeeeeee if any doubt mail me lucky
-
how to avoid postback on button click event in asp.net/javascript?hey guy wht r u doing man if u want to avoid postback just type at form ispostbackpage=false simply byeeeee hope u understand lucky
-
e-commerce functionality ASP.NET shopping cartshey guy don,t waste ur time this statement company have many employees n working at different platform if u want to do first create a website then link the email to server site u know when u register ur web email is free it goes automatically to the server side. database never respond automatically it help form server administrative done this type of work ok hope u understand and tell which type of web u want to create i help u if u r interest i m a software engg work as a post of project developer in .net all components ok byeeeeeee hope u understand lucky
-
Storing data from textboxes generated on runtime on button click that is also generated on runtime.hey don,t thanx in advance try it first double click on button then fire the query to saving data in database table ok byeeee lucky
-
Difference between methods and functions.In VB .net, there are two types of methods: functions and subroutines. Subroutine Declarations: Code: ( vb ) Sub method-name(parameter-list) declarations and statements End Sub Function Declarations: Code: ( vb ) Function method-name(parameter-list) As return-type declarations and statements .... return expression End Function So again, function is a method type that you can use to return values, where sub routines does not return a value. In fact, as you can see, a function or subroutine in Vb.net are both methods. Example of a shared function in the FCL framework: Code: ( vb ) dim quad as integer = math.pow(2,4) That will make, of course, quad = 16. Hope that helped! lucky