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
A

anilaabc

@anilaabc
About
Posts
63
Topics
35
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Play Live FP TV
    A anilaabc

    I have never read about v-ware before .Now i will read about this and see if it fullfill my requirements. Thanks for your help

    ASP.NET help question

  • Play Live FP TV
    A anilaabc

    how do i add support to play LIve FP TV in my website....searched a lot but found no answer yet. I will be Thankfull for your help

    ASP.NET help question

  • want to avoid losing data of previous screen
    A anilaabc

    i want to retain data of previous screen as i move to next. so as onclicking previous button,i have not to reload data

    ASP.NET

  • fix gridview header
    A anilaabc

    i want to fix headr of my gridview fix,i have searched many solutions but the problem is ,i need to get work in ie,firefox and opera.solutions are on the internet but i could not find a solution that work in three browsers. Thank you in advance

    .NET (Core and Framework) help

  • print a document clicking on its link
    A anilaabc

    infact i have tried the same link as you have reffered , but it print currnt document not the document that is referenced in link

    ASP.NET

  • print a document clicking on its link
    A anilaabc

    how can print a document just clicking on its link,I searched a lot on google but getting methods to print open document/currnt document

    modified on Friday, December 18, 2009 2:24 AM

    ASP.NET

  • want to make setup without source code
    A anilaabc

    I right clicked on my setupproject and click on project output option ,it opend a dialog project output group . it shows only content file option ,options like primary output etc are not there . plz help me how can i get these options

    ASP.NET help question workspace

  • radiolist diappear on postback
    A anilaabc

    i have set autogenerate property of gridview to true as i need to decide at runtime gridview columns ,I have added radiolist in one of the columns. problem is ,radiolist disappear on postback.

    ASP.NET help

  • gridviewdisappear at postback
    A anilaabc

    yes ,resolved thank you sir

    ASP.NET

  • gridviewdisappear at postback
    A anilaabc

    i have set autogenerate=true of gridview ,i have a column in gridview having checkboxes ,when i check one of the checkbox , gridview disappear . I have bind my gridview in if(!ispostback) { } the datatype of column in datasource is TINYINT(1) that is converted to checkbox column.these checkbox were disabled ,i enabled these in rowdataboundevent of gridview to get user feed back

    ASP.NET

  • add columns in gridview at runtime
    A anilaabc

    Thank you ,I think autogenerate =true is the solution

    ASP.NET

  • add columns in gridview at runtime
    A anilaabc

    plz help me, i need to do this urgent

    ASP.NET

  • add columns in gridview at runtime
    A anilaabc

    I need to add a column having radio button list. how will this i add then

    ASP.NET

  • add columns in gridview at runtime
    A anilaabc

    I need to add some links and radiobuttons in gridview columns at gridview row bound event ,that 's the reason i myself adding fields in gridview,not setting its autogenerate columns ot true

    ASP.NET

  • add columns in gridview at runtime
    A anilaabc

    if i do like if(!ispostback) { gridview.datasource=datasource; } all the columns disappear,I have to reload/bind with datasource at postback. I m adding columns in grid like this private void AddColumns() { TemplateField bfield = new TemplateField(); try { HeaderText = GetGlobalResourceObject("ViewQuotations", col.ColumnName).ToString(); //Assigns the name of the column in the lable. } catch (Exception e) { HeaderText = col.ColumnName; } //Initalize the DataField value. bfield.HeaderTemplate = new GridViewTemplate(ListItemType.Header, col.ColumnName, HeaderText); //Initialize the HeaderText field value. bfield.ItemTemplate = new GridViewTemplate(ListItemType.Item, col.ColumnName); //Add the newly created bound field to the GridView. grdViewEqpCard.Columns.Add(bfield); }

    ASP.NET

  • add columns in gridview at runtime
    A anilaabc

    I m adding columns in gridview at runtime ,but these get lost at postbask,I have to reload all at postback ,how should i add columns that it donot disappear at postback.

    ASP.NET

  • Connection closes on browsing the same site in two browsers on the same computer
    A anilaabc

    if it is poorly written then why it works fine in one browser

    ASP.NET csharp asp-net mysql

  • attachment encoding base64
    A anilaabc

    System.Net.Mail.MailMessage mm = new System.Net.Mail.MailMessage(); //string attach .attachment file name System.Web.Mail.MailAttachment attached = new System.Web.Mail.MailAttachment(attach,System.Web.Mail.MailEncoding.Base64); mm.Attachments.Add(attached); problem is that attachments.add method do not accept object of MailAttachment. .............................. if i use System.Net.Mail.Attachment attached = new Attachment(attach); mm.Attachments.Add(attached); this works fine ///////////////////////////////// I want to convert attachment to base64 encoding then how will i do if i use System.Net.Mail.Attachment

    C#

  • e.rowindex in gridview
    A anilaabc

    i click on a linkbutton added in gridview in ist row .its e.rowindex should generate value 0 but it is 1 as gridview loaded first time what could be the reason. I checked this at different events GridViewDeleteEventArgs & GridViewCommandEventArgs.

    C#

  • list of connected cameras with system
    A anilaabc

    reference u provide gives information of driver not device i need device name (i need all cammera names which are connceted with system) how it will possible?

    C / C++ / MFC question
  • Login

  • Don't have an account? Register

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