User Profile
Collapse
-
no,its working but in the different manner -
aspx page
hi guys i am using this code in my aspx page
<%for (int i=o;i<5;i++)
{%>
<asp: link button id=i text=i/>
<%}%>
at it producing five link buttons like
i i i i i
but i just want five link buttons like that
1 2 3 4 5
with id=1,2,3,4,5 respectively
how can I can implement that -
-
no no,I am not abandoning this one as i am not good in interfaces so looking for other possible solutionLeave a comment:
-
ya no prb ,thnks anyway for keep checking my posts
plz let me know if u have some other solutionLeave a comment:
-
i just copy paste the classes is code written by you , But I am having lot of errorsLeave a comment:
-
thnks
thnks for reply
I never worked with interface before ,so I am having lot of problems.
I know i have to use constructer according to parameter but how ,as coding depands on parameter ,if I will do any change in parameter code won't workLeave a comment:
-
hi Frinavale
thanks for reply ,i tried to do that according to you but I am still facing problems becoz if i use that class as footer there are mismatching of public void InstantiateIn() function becoz both have different parameters
if u can do it ,plz do it as i m very much needed of itLeave a comment:
-
thnks for reply
just copy paste the code so then u come to know what I am trying to do
actually i just want to use class NumericWithNext : ITemplate in my project ,but i am not able to do it .In short I just want to use both of the class but i a not able to do itLeave a comment:
-
rowcommand is not firing in grid view
hi guys rowcommand event id not firing my code is
...Code:<asp:GridView ID="gridView" runat="server" Style="position: relative" PageSize="5" OnRowCommand="gridView_OnRowCommand" AllowPaging="True" > <PagerTemplate> <% if (gridView.PageIndex > 0) { %> <asp:ImageButton ID="imgBtnPrevious"Last edited by Frinavale; Jul 13 '09, 02:49 PM. Reason: Added code tags. Please post code in [code] [/code] tags. -
custom paging using 'next/pre with numeric'
hi guys i just want to perform custom paging in which at the footer of the grid view ,there must be a pager 'pervious/next with numeric'
this is what i did
in aspx page
...Code:<asp:GridView ID="TableGridView" OnPageIndexChanging="TableGridView_PageIndexChanging" runat="server" AutoGenerateColumns="False" AllowPaging="True"Last edited by Frinavale; Jul 13 '09, 02:24 PM. Reason: Added code tags. Please post code in [code] [/code] tags. -
no , i just want to know how to use that code as i am very new to this thats all
what i did tht i drag a grid view but dnt knw what coding has to be done at that grid viewLeave a comment:
-
custom paging
hi guys
i just want to do paging like
1 2 3 4 5 next
previous 6 7 8 9 10 next
i got solution at
http://amitkumarmca04.blogspot.com/2...w-control.html
but i dont knw how to use this code ,can some one implement this code with simple user interface
i would be very thnkful
plz do not give link of any site... -
hi ,
thnsk fr repaly i solved that problem actulay i forget to put the second parameter in crystal reportLeave a comment:
-
dyaamic crystal report by multiple parameter
hi friends
i am creating crytal report frm the stored procedure ,this works fine when i pass one parameter but it shows an error "incorrect parameter " whn i pass two parameter
my code is
{
ReportDocument reportDocument = new ReportDocument( );
ParameterField paramField = new ParameterField( );
ParameterFields paramFields = new ParameterFields ();
ParameterDiscre teValue... -
dyanmic crystal report
hi guys i wan to make dyanmic crystal report according to values which i checked from check box
thats all i did
1. I made data set having data table name "Customer"
2 i put four columm id,name
,age ,sex
3. then i made crystal report and drag those columm in crystal report
4 thn i drag crystal report viwer
5 thn i write tht code at button click
...Code:protected void Button1_Click(object
Last edited by tlhintoq; Jun 16 '09, 02:33 PM. Reason: [CODE] ... your code here ... [/CODE] tags added -
-
validation
i have two dates in two textboxes in the form of dd/mm/yyyy how can i compare them
No activity results to display
Show More
Leave a comment: