Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: rajin kp [x]
Answer 1 May 2013   license: CPOL
i solve this by changing my button click protected void Button1_Click(object sender, EventArgs e) { RadioButton2.Checked = true; RadioButton1.Checked = false; }is this a good one.why radio button show such behaviour
Question 25 Apr 2013   license: CPOL
i have an asp: datagrid which contain loat of template column.i want to change the back grond color in the grid row/cells based on the colum value lets say "Type" .datagrid is binded using code .
Question 12 Apr 2013   license: CPOL
i have query select [1] AnalysisCount,[2] DietitianCount,[3] DoctorCount ,AppointmentDatefrom(select AppointmentDate ,AppointmentDate as dd, AppointmentTypeID from dbo.Appointment) sspivot (count(dd) For AppointmentTypeID in ([1],[2],[3]) )as pvtineed out put as Date...
Question 2 Apr 2013   license: CPOL
my data row for data table contain date in a format dd-MM-yyyy hh:mm::ss:AM check Two '::' symbol after minutes. I can't convert /read this value as datetime is there any solution for this it always throw invalid date formatt PLz help
Question 2 Apr 2013   license: CPOL
i have a data row dr a having column PatientcreationDate .Column value while running is 23-04-2013 12:00::00:AM but i cant read this value using following code.value can be read as string but can't convert to date time if (DateTime.TryParse(dr["PatientCreationDate"].ToString(), out ...
Question 27 Jan 2013   license: CPOL
I have a table AbsentId sid Startdate enddate Reasonid classid Acyearid schoolid1 1 5/1/2013 8/1/2013 1 1 1 12 1 10/1/2013 12/1/2013 2 1 1 13 2 12/12/2012 20/12/2012 1 1 1 14 2 5/1/2013 7/1/2013 3 1 1 1 Case 1When user insert a row Id sid Startdate enddate ...
Answer 21 Jan 2013   license: CPOL
i just add insert query to insert data to history table inside my procedure for delete and solve my problem.
Question 19 Jan 2013   license: CPOL
i have a procedure "deleteActivity" which accept two paramater- Activityid and useridand i write a trigger for after delete to save history details. i want to pass the userid in the "deleteActivity" procedure for delete to After Delete trigger,to store who delete entry.I found that...
Answer 18 Jan 2013   license: CPOL
declare @userID int =5;select convert(int,convert(varbinary(4),CONTEXT_INFO()))
Question 17 Jan 2013   license: CPOL
how can i set and retrive integer value from context_info
Question 10 Jan 2013   license: CPOL
I have a table AbsentId sid Startdate enddate Reasonid1 1 1/1/2013 3/1/2013 12 1 4/1/2013 5/1/2013 23 2 12/12/2012 20/12/2012 14 2 5/1/2013 7/1/2013 35 1 8/1/2013 9/1/2013 1I want to find total number of days that a student absent for a reason .i.e. find sum of difference...
Question 9 Jan 2013   license: CPOL
i have a datetime string "01-10-2013 09:15 ص" when passing this value to a datetime parameter cause error Error converting data type nvarchar to datetime. plz help
Question 3 Jan 2013   license: CPOL
I want to create a chat application using asp.net 2.0 and C#. I found many solution and implemented it using ajax and update panel.But i want to try Live chat Starter kit 2007 .Is there any demo for this project .I searched over internet but found that its latest version is available and support...
Question 3 Jan 2013   license: CPOL
i have element in my datagrid.Iwant to change " href value to "ViewParentEmail.aspx" when DataBinder.Eval(Container.DataItem, "Type")=2 and to"ViewTeacherEmail.aspx" when...
Answer 3 Jan 2013   license: CPOL
I solve its by adding a literal to grid view .I dont know whether its a good solution.Any way you got desired output :)protected void TaalebDGView_OnItemDataBound(object sender, DataGridItemEventArgs e) { if (e.Item.ItemType == ListItemType.Item || e.Item.ItemType ==...
Forum Message 26 Dec 2012  
application behave strange when there is load on database .Some times receiver has repetition of message and sender window has nothing.
Forum Message 25 Dec 2012  
i am implemt ur chat application in my web app.but it shows some problem sometimes messages in sender window is not shown and sometimes it shown morethan one times plz help
Question 18 Dec 2012   license: CPOL
I want to implement chat for my website in asp.net 2.0 I read articleChat Application in ASP.NET Using AJAX (Pop-up Windows)[^]and successfully implemented it but in the comment section i found that this is helpful for student project .If there any other option to implement chat application...
Question 12 Dec 2012   license: CPOL
ihave a table named employee contain value eid name Manager type1 Mike 3 12 David 3 23 Roger NULL4 Marry 2 15 Joseph 2 2It is fixed that a manager has only 2 Employee i want to write a query which produce result like below Manager ...
Question 3 Dec 2012   license: CPOL
My .aspx page contains a grid view with id="gridview1". It is a bounded grid view and placed inside a update panel it contains a template field with check box.I would like to highlight rows in grid view as the mouse move moves over the grid and want to change color of grid row when the check...
Question 2 Dec 2012   license: CPOL
I have a list containg list Objlist = new list(); Obj1.Name="earth";obj1.code="1" Obj1.Value = 10; objlist.add(Obj1); Obj2.Name="sun";obj1.code="2" Obj2.value = 15; objlist.add(Obj2); Obj3.Name = "earth";obj1.code="1" Obj3.Value = 25; objlist.add(Obj3);...
Answer 24 Oct 2012   license: CPOL
crystal reprt Headder row merge with sub items possible ?[^]
Answer 18 Oct 2012   license: CPOL
problem with validation controls inside template grid .remove all validations and then it works
Question 8 Oct 2012   license: CPOL
In my asp.net page am using three template grid for displaying data.first grid fill data in a selected index change of a drop down list and second and third grid fill selected index change of other drop-down list .If sum of rows in three grid greater than 43 page stop firing event.after that no...
Question 3 Oct 2012   license: CPOL
HI, Iwant to calculate page sum in page footer and show same amount in next report headder ie My column Amount look likein page1Amount -----------------1256---sum:14page 2Amount-------------b/F:14-----10610----sum:40iam tried this in...
Question 3 Sep 2012   license: CPOL
how convert integer value to words:eg: 1020=Thousand and twenty
Question 13 Jul 2012   license: CPOL
I am creating a website( my Academic Project) in which user can upload his program files(.cs,.PHP,.java),than the web compile the program and able to say Time and space complexity automatically.Is this possible.How can we calculate complexity of program .Is there any code in java for finding...
Question 22 Jun 2012   license: CPOL
I have list of object list1 ,from this list i want to select a List say "obj" withobj.type="1001"Please suggest Linq query for this
Answer 13 Jun 2012   license: CPOL
Use the section expert and set overlay on for the group
Question 13 Jun 2012   license: CPOL
can we bind a stored procedure with if else condition to crystal reportStored procedure Shown below[sp_report_select_paymentsettlemnt_details] @settlementperiodcode nvarchar(15),@fromdate datetime ,@todate datetime,@condition nvarchar(2)ASBEGIN if...
Question 12 Jun 2012   license: CPOL
I have a crystal report In which i group items by salesman as shown below Samitem11$22OKitemt2$3returnitem3$11OKSaneeshitem15$212OKitemt12$13OKitem3$11OKBut I need display report as shown below...
Question 11 Jun 2012   license: CPOL
hi friends ,I m a beginner in Programming.I have some doubt 1)can we create a stored procedure which is not compiled?2)can we create compiled queries with out using stored procedure?3)DML operation is possible in view?PLZ help
Question 8 Jun 2012   license: CPOL
how can we delete row from data bounded gridview gridview1.datasource=Listgridview1.databind(); I am using List for binding girview .I want to delete row without deleting corresponding object from listPLZ Please help.
Question 8 Jun 2012   license: CPOL
I have a crystal report as shown below Groupheadderr1r2r3t2t3u2u1But I need display result as shown below Groupheadderr1r2r3t2t3u2u1ie. the group header comes to first sub row and it is not repeatingIs this possible PLZ Help
Question 6 Jun 2012   license: CPOL
SELECT SUM(totalhanks) AS Expr1, colorcode, subcontractrowid, yarncodeFROM dbo.tb_yarnissueregGROUP BY colorcode, subcontravtrowid, yarncodesum color subcontractrowid yarncodeNULL 4 2012-2013/200/102/1/1 ...
Question 28 May 2012   license: CPOL
I have list of object list1 ,from this list i want to select an object say "obj" with obj.code="1001"Please suggest Linq query for this
Question 25 May 2012   license: CPOL
I have two virtual table table1 fields:B,sum(A)table2 fields:B,sum(K) Table1 data:B sum(A)1 202 303 40Table2 data:B sum(k)5 206 703 20 Join results needed:B,sum(A),sum(K)...
Question 24 May 2012   license: CPOL
How create virtual table and inner join them in a single queryOriginal Table:table1 fields:A,B,C,D,ETable2 Fields:F,G,H,B,KVirtual table1 fields:B,sum(A)Virtual table2 fields:B,sum(K)Join results needed:B,sum(A),sum(K)
Answer 22 May 2012   license: CPOL
To read this value as string Just add double quote (") before and after valuesie String array look like {"/"9/3/"","/"3/22/"","/"3/22e/""}and change my Web service aspublic static string[] GetCompletionList2(string prefixText, int count, string contextKey) { return (from m in...
Answer 22 May 2012   license: CPOL
To read this value as string Just add double quote (") before and after valuesie String array look like {"/"9/3/"","/"3/22/"","/"3/22e/""}and change my Web service aspublic static string[] GetCompletionList2(string prefixText, int count, string contextKey) { return (from m in...
Question 22 May 2012   license: CPOL
I am using an Ajax auto completion extender in my form.When Array for auto completion has value like {"9/3","3/22","3/22e"} auto completion in form popup with values 3,0.1363636363,3/22e insted of "9/3","3/22","3/22e".Values "9/3","3/22" etc are not dates .they are foreign keys in my form . Web...
Question 17 May 2012   license: CPOL
I am using an Ajax auto completion extender in my form.When Array for auto completion has value like {"9/3","3/22","3/22e"} auto completion in form popup with values 3,0.1363636363,3/22e insted of "9/3","3/22","3/22e".Web service using for auto completion...

Page 1 of 1


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid