Jump to content

rhishi20

Members
  • Posts

    87
  • Joined

  • Last visited

Posts posted by rhishi20

  1. Guys,

    I have developed a website in asp.net using visual studio 2010. before 2 days it is working fine but now whenever i try to ctrl + F5 (run) project, project hangs for infinite time. i have run same project on another machine it is working fine so i have concluded that, may be there is a problem in visual studio that's why i have repair visual studio but no improvement. then i have reinstalled fresh copy of visual studio 2010 but still same problem exist.

     

    I have also tried to run the project from another drive. i have imported my aspx and user control (ascx)

    pages from c drive to d drive and tried to run the project. at this time there is no hanging of visual studio while running, but ASP namespace not found. and hence i am not able to access my user controls(ascx) pages through ASP namespace. please help me to sort out this problem.

     

    can this is possible because of virus attack ?

     

    should i format the PC ?

     

     

  2. I want to use TabControl from AjaxToolkitcontrol in Asp.Net, for that i have downloaded Ajaxcontroltoolkit.dll & using this into toolbox of visual studio. so when i Drag & Drop any Ajax control from toolbox on to webform and try to run it. whole visual studio 2010 application hangs.

     

    i think that, ajaxcontroltoolkit version is not matching with my visual studio's .NET framework. so i have tried Ajax toolkit control version from 3.5, 4.1& 4.5 while i am working with .Net Framework version of 4.0. but still application hangs.

     

    please let me know any possible solution

  3. please suggest me how i can access Gridview's column value under rowdatabound event.

     

    I have tried below

     

    Protected Sub GridView2_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles GridView2.RowDataBound

     

    Dim asbcdval As String

     

    asbcdval = e.Row.Cells(0).Text

     

    end sub

     

    but this returns "" means nothing.

     

    please solve my problem

  4. i have read that when i want to store unicode characters then we have to use nvarchar as datatype and if we are storing regular type of characters then we can use varchar as datatype. i heard that collation is related with unicode characters but not knowing what is mean by collation? and how it is related with unicode characters ?

     

    when i have done sp_help tablename

     

    one of the column displays

     

    collation

    -----------

     

    SQL_Latin1_General_CP1_CI_AS

     

    so please tell me this means what ?

  5. I have read somewhere that one cannot build website using WPF technology. so please clear my concept whether i can build website using WPF or not

     

    also i have read that we can build browser application using WPF but not website. so, what is the difference between browser application and website exactly

  6. I have developed one software (Intranet website) for my company using asp.net. now, project manager asking me to prepare technical as well as functional documentation. so please suggest me what should be the content of technical & functional documentation.

     

    who will be the viewer of the document? so that i will prepare that document accordingly.

  7. if you are asking about my gridview content, that's not the issue i have just keep div's height less that's why lesser content showing. if i increase size of div it will be full of page.

     

    I also thought that may be because of extra height of background image, vertical scrollbar is coming. so i have removed background image from login page but strange thing is vertical scrollbar is still showing on login page.

  8. have you seen my all 4 images ?

     

    if you compare 1st & 4th image you can see alignment of gridview header and Gridview not matching with each other in 1st image. and now consider that vertical scrollbar is not present there. you can imagine gridview header and gridview will perfectly match with each other. you can see 4th image that vertical scrollbar is not present on body, it is on div in which gridview is present. and alignment of Gridview and Gridview Header perfectly match with each other.

     

    just consider i want to just delete that blurred vertical scrollbar which is coming in only IE with every single page

    (loginpage, assemblypage)which is appearing without any coding

  9. http://www.imapg.com/vtrial/myimg/problemIE.bmp

     

    this is where i have put screenshot of website where you can see at right side blurred vertical scrollbar.

     

    and now i have found another interesting thing i thought that blur vertical scrollbar came because of i have done overflow:hidden on body but this is not a case.

     

    see following link on which my login page also came with blurred vertical scrollbar.

     

    http://www.imapg.com/vtrial/myimg/loginpageIE.bmp

     

    and now see my Firefox login page on following link

     

    http://www.imapg.com/vtrial/myimg/loginpagefirefox.bmp

     

    here you can see no vertical scrollbar.

     

    also see website's perfect view as i wanted done in Firefox below

     

    http://www.imapg.com/vtrial/myimg/perfectfirefox.bmp

  10. basically my problem is after running my project, at right side there is Blurred vertical scrollbar after doing overflow:hidden on body. this problem arises in IE only and because of that my datagrid alignment is disturbing. and that's why i am searching for alternative method for overflow property. in all other browsers it's working excellent but IE created problems. and there is no chance of reducing size of content.

×
×
  • Create New...