Search:

Type: Posts; User: rnjnagu

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    4,703

    VS 2008 Checkbox Status not reflecting from Listview

    91197

    Can anyone help? When i click delete button in above image, selected item should be deleted from listview. (Note : i should not use Listview1_deleting event, it should be done in delete...
  2. Thread: Puzzle

    by rnjnagu
    Replies
    11
    Views
    8,361

    Puzzle

    Assume you have a method "SAMPLE" which accepts 3 integer parameters namely VALUE1, VALUE2 & VALUE3 and return an integer value which will be the product of the top 2 bigger values (out of the 3...
  3. Replies
    3
    Views
    851

    Re: records exist, save if not

    Load data into Datatable.

    Using Datarow[].

    Example :

    Datatable dt= "Load ur data".

    Datarow[] dr=dt.Select("pass ur validating field");
  4. Replies
    9
    Views
    6,746

    Re: New Framework for .Net

    Updating thread..!!
  5. Replies
    9
    Views
    6,746

    Re: New Framework for .Net

    thanks pkarvou... If you have anything more, post ur reply.. it will be very useful..
  6. Replies
    9
    Views
    6,746

    Re: New Framework for .Net

    If some more framework, u can share...
  7. Replies
    9
    Views
    6,746

    Re: New Framework for .Net

    Yes.. Can u elaborate about spring .net?
  8. VS 2008 Re: [RESOLVED] How to download document file from server

    No Probs Gep!!!
  9. VS 2008 Re: How to download document file from server

    Thanks for reply...I tried this solution. Its works perfectly.!!!!

    If you want to use linkbutton to download the file, please try the following method.



    <ItemTemplate>
    <asp:LinkButton...
  10. VS 2008 [RESOLVED] How to download document file from server

    Can any one help me with code for download (PPT) document from server using asp.net and c#.??

    Thanks in Advance..
  11. Replies
    9
    Views
    6,746

    Re: New Framework for .Net

    Yes.. i am expecting like external framework apart from .net framework 4.0.. it might be third party frameworks..
  12. Replies
    9
    Views
    6,746

    New Framework for .Net

    Hi All,

    Could You all suggest any new framework which support .Net application(ASP.NET and C#)?


    Thanks in Advance...!!
  13. Thread: DB Puzzle

    by rnjnagu
    Replies
    3
    Views
    541

    Re: DB Puzzle

    Yes. It is MS SQL.. u just consider above is the table with date range.. Can u give me the solution for that?
  14. Thread: DB Puzzle

    by rnjnagu
    Replies
    3
    Views
    541

    DB Puzzle

    Any Date range within a week where the week start is monday and weekend is monday.
    No Name FromDate Tilldate
    1 ABCD 25-5-2010 25-5-2010
    2 DSFA 22-6-2010 23-6-2010
    3 WERQ 13-8-2010 19-8-2010
    ...
  15. Replies
    3
    Views
    4,360

    Re: Need latest technology and ideas

    Thanks shaggy..
  16. Replies
    4
    Views
    4,657

    Technical puzzle

    Your application has a object named Company, which has properties as Name, Address & Code. Also, you have an object named Companies containing list (array) of Company. Can you write a code to print...
  17. Replies
    4
    Views
    544

    Re: Class structure for three outputs

    Disregard above reply.. it is in C#.. just use same concept in VB.net use below example for you reference.....

    JUST USE THIS SAMPLE FOR OBJECT ARRAY WHICH U ASKED:

    CLASS:

    class data
    {...
  18. Replies
    4
    Views
    544

    Re: Class structure for three outputs

    JUST USE THIS SAMPLE FOR OBJECT ARRAY WHICH U ASKED:

    CLASS:

    class data
    {
    public string data1{ get; set; }
    public string data2{ get; set; }
    public string data3{...
  19. Replies
    3
    Views
    4,360

    Re: Need latest technology and ideas

    Updating!!!
  20. Replies
    3
    Views
    4,360

    Need latest technology and ideas

    Hi All,

    Could share ur ideas or topic about new technology or framework which supports .net application? I am curious to learn that and do Proof of concept?


    Thanks in advance..!!!:wave:
  21. Thread: Database Doubt

    by rnjnagu
    Replies
    1
    Views
    2,687

    Database Doubt

    INSERT INTO [ET_SolutionText]
    ([SolnTextKey]
    ,[SolnTextValue]
    ,[SolnTextTitle])
    VALUES
    ('OM_SUP'
    ,'XML DATA'
    ,'OM...
  22. Replies
    4
    Views
    4,910

    VS 2008 Re: Text box Range Validation

    I had asked about maxlength validation.. not for regular expression..!! thanks for response..
  23. Replies
    12
    Views
    972

    Re: sql syntax help plz plz

    '" & asb & ")'" -- Check this in end of sql statement..
  24. Replies
    12
    Views
    972

    Re: sql syntax help plz plz

    Could you check quotes are enclosed correctly??
  25. Replies
    12
    Views
    972

    Re: sql syntax help plz plz

    Your doubt not making sense.. could you be more clear??
  26. Replies
    4
    Views
    4,910

    VS 2008 Text box Range Validation

    In ASP.Net textbox, How i can restrict the user to enter maxlength. I should show message in label or message box, if user exceeding the maximum length.
    I am using C# as code behind.:)
  27. Re: How To Find Similiarity in 2 datatable

    Use Datarow to find row in Datatable.
    Ex:
    Datatable Table1 contains set of data.

    Datarow row;
    row=Table1.Select("Your KeyValue");
  28. Replies
    4
    Views
    1,010

    VS 2010 Re: Import DLL manually

    for portable, you can keep that DLL file in BIN folder. Use the code to read the path from computer, where you going to use.
  29. Replies
    4
    Views
    1,010

    VS 2010 Re: Import DLL manually

    If you create windows application, you can add that DLL file while creating setup and deployment. You can use anywhere. DLL will be inbuilt with you Setup file. (Only in Windows application)
  30. Replies
    5
    Views
    828

    Re: Helpppp me with coddeeeeeee

    You need to add MS-Excel file references in you code.
  31. Replies
    4
    Views
    5,128

    VS 2008 Re: Modal Popup Extender!!

    Thanks for your response about my post. I got the solution through this link http://www.aspdotnet-suresh.com/2011...-gridview.html.

    Solution : I have created one more button(Button1) with...
  32. Replies
    4
    Views
    5,128

    VS 2008 Re: Modal Popup Extender!!

    Thanks for your response about my post. I got the solution through this link http://www.aspdotnet-suresh.com/2011/03/how-to-show-modalpopup-to-edit-gridview.html
  33. Replies
    4
    Views
    5,128

    VS 2008 [RESOLVED] Modal Popup Extender!!

    How to load data inside modalpopupextender controls after button click event using server side function?
  34. "Proof of Concept" for Software Productivity improvement

    Hi All,

    Share your Proof of Concept(POC) ideas for Software Productivity improvement. It should be like developement in .net(C#).
  35. Re: How to focus particular cell in Datagridview using C Sharp

    Can you give me some example for that?
  36. How to focus particular cell in Datagridview using C Sharp

    Can anyone help, how to focus particular cell in datagridview using c sharp
  37. Re: Problem in Using Insert Into Statement

    if you declared rollno as integer, u need not put '(single quotes). it is applicable for string only.

    for ex:

    "Insert into tblStudent Values('" & txtName.Text & "','" & txtRollNo.Text & "')"
    ...
  38. Re: Problem in Using Insert Into Statement

    "Insert into tblStudent(Name,RollNo) Values('" & txtName.Text & "','" & txtRollNo.Text & "');"

    corrected query:
    "Insert into tblStudent(Name,RollNo) Values('" & txtName.Text & "','" &...
  39. VS 2008 Re: How to assign system time(now()) to label in ASP.net ???

    Great!! I forgot about page load concept in code behind.

    Now, its working well.

    Corrected Solution:

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles...
  40. VS 2008 Re: How to assign system time(now()) to label in ASP.net ???

    Hi Gary,

    Your following code looks VB.net,

    Me.Label15.Text = DateTime.Now.ToString()

    But i dont know how to implement this in ASP.net????
Results 1 to 40 of 69
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width