Jump to content

rhishi20

Members
  • Posts

    87
  • Joined

  • Last visited

Everything 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. Is there any website on which i can post my vb.net code & earn money please suggest list of it
  5. I have read somewhere that, when i enable double buffer property of windows form it will reduce the flickering of images or graphics. but i not able to understand how exactly double buffer works please help me to understand it.
  6. I want open and close windows form by using same key. please suggest me how can i do it ? for example i want to open a window after first keypress of F1 , and want to close window after second keypress of F1
  7. please tell me what is the functionality of autoeventwiredup in asp.net with example.
  8. can anybody please tell me which is better, whether web services or WCF ? and most importantly how? what are the features of WCF with example by compairing WCF & web services.
  9. I am currently learning about how to develop DFD and not exactly understanding it's components such as data store. what should data store include ? what are the external entities ?
  10. please suggest a website which offers tables and asked queries related to it.
  11. I am new to sql and want to do some practice stuff hence requires list of two tables which having relation with each other for example product and order table. these are the two tables having relation with each other through productid column. producttable ordertable productid productname price color weight orderid productid customer
  12. 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 ?
  13. 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
  14. I have worked on asp.net wabforms for few months and now i want to know what is asp.net mvc exactly and how it is better than asp.net ? i have read difference between asp.net and asp.net mvc by goggling but not able to understand difference between asp.net webforms model and asp.net mvc model (model-view-controlller model)
  15. can anybody explain documents to be released after completion of project development (website development)
  16. 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.
  17. 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.
  18. 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
  19. 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
  20. 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.
  21. i am currently working on asp.net project and I want to hide vertical and horizontal scrollbar on body but i can't use overflow:hidden or any other overflow value. please suggest me any other method which hides scrollbars.
  22. i want to know about local shared objects ? and how they are different from browser cookies ? also want to know familiar live example of websites who using LSO's.
  23. I have disabled right click on HTML5 player so that no one can save video.
×
×
  • Create New...