CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: sonia.sardana

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Recent Interview Questions that i face

    Hey frnds plz reply of mine questions.I want to just confirm my answers.Plz reply it by today only if poss.bz tom is my another interview

    1) How to Delete Dynamically Allocated Array?
    a) delete...
  2. Replies
    0
    Views
    740

    Paypal API

    hello friends I want to use paypal api.Can somebody tell me how to use api in asp.net??? Give me some source codes?
  3. Replies
    1
    Views
    751

    Authentication

    There are diff ways to allow the user to login. Windows Authentication, Forms Authentication.

    I want to ask that in depends on which situation,dat which method to use??

    When I create a login...
  4. Re: Delete Row From DataGridView

    Thx makdu,very Much. Hi makdu, I want to update data in Gridview,Suppose we double click on cell & edit text,I want the data to be updated in Database also,In which event,I write the code for...
  5. [RESOLVED] Delete Row From DataGridView

    hello frnds, I bound the DataGridView with Database.I have checkboxes in the first column.

    I want that on button click,delete rows whose checboxes are checked,Can somebody tell me???
  6. Replies
    2
    Views
    9,005

    Ajax - Fetching Records from DB

    I have dropdown & Gridview on FrmSatelliteMain,In dropdown DataValueField uid is there,Now i want that as the user selects
    the value in dropdown ,on basis of uid i will fetch the records fromm DB &...
  7. Replies
    0
    Views
    748

    Ajax - Fetching Records from DB

    I have dropdown & Gridview on FrmSatelliteMain,In dropdown DataValueField uid is there,Now i want that as the user selects
    the value in dropdown ,on basis of uid i will fetch the records fromm DB &...
  8. Re: [RESOLVED] Help in Publish Website + ASP.net + C#

    Sir I want that suppose when the user logins ,user is redirected to FrmDetails Form....I m running my project on localhost..Now when the user clicks on sign out,I want to clear the session..SO that...
  9. Replies
    1
    Views
    3,687

    Folder Browser dialog

    Below code is opening Folder Browser dialog on button click, I want that if mine PC is in network..In Folder Browser Dialog even the network drives are coming,I want that Network Places do not come...
  10. Re: [RESOLVED] Help in Publish Website + ASP.net + C#

    I have small probs,
    In Registration forr, I m creating a session
    Session["Name"] = txtName.Text;
    After submit user redirect to FrmUserDetails.aspx. On user details form , I have...
  11. Re: Help in Publish Website + ASP.net + C#

    Thx for all ur help
  12. Re: Help in Publish Website + ASP.net + C#

    hi I just remove integrated security = true & it worked out..Now i m able to insert the records thru IIS using SQL Authentication.




    SqlConnection conn = new SqlConnection("Data...
  13. Re: Help in Publish Website + ASP.net + C#

    I have earlier SQL 2005 Express Edition install..I remove it from control panel.But its not completely remove,can somebody tell me how to completely remove it. Cz now I m using SQL Server 2000 ,even...
  14. [RESOLVED] Help in Publish Website + ASP.net + C#

    I have currently two forms in mine website..I m also posting their codes--

    FrmRegistration.aspx


    public partial class FrmRegistration : System.Web.UI.Page
    {

    SqlConnection conn =...
  15. Replies
    0
    Views
    1,153

    Edit Data in GridView

    bound the Gridview to the database,Now I want that in each row edit link is there,When i click on dat,then the data of data row comes to edit mode...


    SOURCE TAB



    <asp:GridView...
  16. Replies
    3
    Views
    959

    Re: Send the Arguments to the Exe

    FileSystemWatcher component ??? Plz explain it in more detail with eg
  17. Replies
    3
    Views
    959

    Send the Arguments to the Exe

    Suppose I have two exes WindowsApplication1.exe WindowsApplication2.exe..On the form load of WindowsApplication2.exe,I m calling WindowsApplication1.exe & sending the command line arguements..I copy...
  18. Re: Delete only the cookies create by webbrowser

    U didnt get my question,I have to delete the cookies
  19. Replace character at a particular position

    function ConvertToUpperCase()
    {
    var result;
    var numaric = "sonia";
    var Character = numaric.charAt(0);
    result=Character.toUpperCase(); ...
  20. Re: Delete only the cookies create by webbrowser

    hello sir,Suppose mine project is running & i get the started time,suppose at the same time when mine project is running,user accesses sites in IE.....then both the cookies are created,some are...
  21. Delete only the cookies create by webbrowser

    Suppose I have webbrowser in mine form..Is it possoble to capture only the cookies create by mine webbrower..suppose before starting the project,in mine cookies folder there are cookies names cookie1...
  22. Replies
    3
    Views
    1,647

    Re: Stop the page from refreshing

    hi frnd tell me one thing,there is no update panel in the toolbox..R u using AJAX toolkit.....?I dont want to use AJAX framework,...In PHP we have div tag,thru which we can refresh only the part of...
  23. Replies
    3
    Views
    1,647

    Stop the page from refreshing

    hello frnds,I want to prevent the page from refreshing...I want that only some portion of page is refreshed..not full page,,Is it possible?? Which control i use for dat..I want just the hints..not...
  24. Replies
    3
    Views
    1,661

    Re: Lock Folder

    What u mean by security of OS...I simply set the password textbox property Password Char to true..Is it not sufficient!!!!!
  25. Replies
    3
    Views
    1,661

    Lock Folder

    I set the password to folder. I made the xml folder inside the folder dat i want to lock.When the user double click on that folder ,folder doesn't open up.
    In my code folder is locked,cz i m...
Results 1 to 25 of 35
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured