Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
B

Bhasker Pinninti

@Bhasker Pinninti
About
Posts
33
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • web page problem with offshore network
    B Bhasker Pinninti

    Hi to all, I have a problem with a web application(asp.net). We have two networks. one is our client network and another one is our offshore network. We deployed a new project in client's place(client network). This application working fine in client network. But I want to access that web application from my offshore network, I am getting some problem. when we enter the URL, Main page is displaying fine. But we click the Add button,and no process is going around. How can I resolve this one. Can I change any security changes in offshore server.

    Regards, Bhasker P

    ASP.NET sysadmin csharp asp-net security help

  • Permissions to Shared folders
    B Bhasker Pinninti

    ASPNET account gives access to the users under that account. I am using impersonate. So this will identify the current user. This is working fine. How we can authorized the folders from asp.net page using impersonate?

    Thanks, Bhasker P

    ASP.NET question csharp asp-net sysadmin help

  • Permissions to Shared folders
    B Bhasker Pinninti

    How can I provide permissions to shared Drive or Network Drive folders from asp.net Page? Any help plz??????????????

    Thanks, Bhasker P

    ASP.NET question csharp asp-net sysadmin help

  • accessing drives
    B Bhasker Pinninti

    How can I aceess system drives in asp.net(with C#) appliation? How to set permissions to folders in a drive from asp.net?

    Thanks, Bhasker P

    ASP.NET csharp question asp-net tutorial

  • Network drives
    B Bhasker Pinninti

    How can I dispaly network drives in asp.net(with C#) appliation? How to set authorization to folders in a drive from asp.net?

    Thanks, Bhasker P

    ASP.NET csharp question asp-net sysadmin security

  • Creating Virtual Directory on remote server
    B Bhasker Pinninti

    username and password are not sufficient to create a virtual directory. if you have permissions on that remote server, u can create the virtual directory normally. so check that if u have permission to create virtual directory or not. Thanks, Bhasker P

    ASP.NET csharp asp-net sysadmin hosting

  • save and submit
    B Bhasker Pinninti

    i add a field(char) in database. for save button: i will send flag="F" along with other values. one doubt is where should I save this data? if you clik the submit button, the flag should be change to "T" the values submitted to data base. can you explains the things from urside?? very frusted........ need asap........ waiting for your reply Thanks.

    ASP.NET database announcement

  • save and submit
    B Bhasker Pinninti

    my web page is having two buttons. one is save and second one is submit. i need the following functionality for save button: suppose if you fill the fields with partially info(assume you don't have some info in that specific time) and click the save button. The save button will save the data but not update the database. In next time login, the data which you filled previously, should display the corresponding fields. if you clik the submit button, the database should be update need AAAAAAAAAASAP...... one of our guy suggested me that create another column in database for flag. But that is not working. Thanks.

    ASP.NET database announcement

  • save and submit button
    B Bhasker Pinninti

    can you explain some more? how to set a flag in database? I am too weak in database side programming? Thanks, Bhasker P

    ASP.NET csharp asp-net database help tutorial

  • save and submit button
    B Bhasker Pinninti

    Hi all, I need a functionality for save and submit. 1.For Save Button: suppose if you having the insufficient information, then you fill that information in web page and click save button. this event should not update the database. In next login(ie., when you get the full information), whatever information you filled before, that should be display. 2.for submit button: when you click the sumbit button, the database should be updated. This is not a problem. I need to know how to do the 1 one. I am using asp.net1.1(c#)and sqlserver 2000 any ideas or links............... Thanks, Bhasker P

    ASP.NET csharp asp-net database help tutorial

  • validation controls
    B Bhasker Pinninti

    I am having a web page. This web page containing three tabs. Assume A,B and C. I have two type of requests. One is formal and one is emergency. For Formal request, I can fill the data in A and B tabs only For Emergency request, I can fill the data in A, B and C tabs. And I am having a only one submit button(for total page). I am having some validation controls in tab A. And now I have to put some validation controls in tab C( I already did this). But the problem is, these validation controls are working fine for Emergency request. But for formal request, we don’t need to fill tab C. if I submit the form for formal request, the validation controls of tab C is displaying on the page and the page cannot be submitted. My requirement is: For formal request, I need only validation controls available on tab A and I don’t need to display the validation controls of tab C. Any idea…………. thanks, Bhasker P

    ASP.NET help

  • late binding
    B Bhasker Pinninti

    button.attributes.add("onclick","javascript function name") in code behind thanks Bhasker

    ASP.NET csharp java asp-net wpf wcf

  • resize the font
    B Bhasker Pinninti

    Hi, I am printing a web application. While printing,if the data is more the page width, simply , it will truncate the elements. how to set automatic resize the elements in printing??? ie., while printing, the row should be resize to the page width.. Neeed very urgent............... Thanks, Bhasker P

    ASP.NET tutorial question

  • find spaces
    B Bhasker Pinninti

    Thanks alot!!!!! How to resize the font height while printing? Thanks, Bhasker P

    ASP.NET csharp tutorial question

  • find spaces
    B Bhasker Pinninti

    Hello, how to find the number of spaces in paragraph using c#? Thanks, Bhasker P

    ASP.NET csharp tutorial question

  • multit extbox
    B Bhasker Pinninti

    hi Around 500 rows. In the command click event, i am printing this on my default dot matrix printer. The paper is also continuous feed and is pre formated with these headings(job size qty lay bdlno opr) There is no top margin or bottom margin. You can not find whether the paper is ended. Only thing a dotted line exist on the paper at the end of each page to cut it.So it looks likea continuous single page with the headings as specified. So i generated report from the database and stored in the text box. Why i am using this way is that the user may delete some records and start printing from that. In case power failures the user must start printing from the beginning. So, i used textbox. Its printing one page only. How can i print continuously? Bhasker

    ASP.NET question database career

  • prob... with multiline textbox
    B Bhasker Pinninti

    Hi how to print all the text info in the multiline textbox? Now I am able to print only one page. I need to print all the content available in multiline text box? or is there any other way. I amg getting the values from database to multiline textbox through reader........... Any help???????????????/ ASAPppppppppppppppppppppp Thanks, BhaskeR

    ASP.NET database help tutorial question

  • unable to print the data in multiline textbox
    B Bhasker Pinninti

    Hi how to print all the text info in the multiline textbox? Now I am able to print only one page. I need to print all the content available in multiline text box? Any help???????????????/ ASAPppppppppppppppppppppp Thanks, BhaskeR

    ASP.NET help tutorial question

  • save and submit buttons
    B Bhasker Pinninti

    Hi I am having a web application with some textboxes, dropdownlists and two buttons. one button is save and one button is submit. i need the following functionality for save button: suppose if you fill the fields with partially info(assume you don't have some info in that specific time) and click the save button. The save button will save the data but not update the database. In next time login, the data which you filled previously, should display the corresponding fields. Need answer or URL if you know...... Thanks, Bhasker P

    ASP.NET database announcement

  • printing problem
    B Bhasker Pinninti

    hi to all, I am haviang a problem in webpage printing. My web page is containing a multiline text box. If the values in that multiline text box more than one page, it is displaying correctly. But If I send it to printer, only the first page is printing and other pages are ignored. I checked in print preview. There are also displaying only one page. how to print the total pages instead of one page.... Thanks, Bhasker P -- modified at 17:59 Thursday 11th May, 2006

    ASP.NET help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups