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
V

vjvjvjvj

@vjvjvjvj
About
Posts
76
Topics
42
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Life is a circle
    V vjvjvjvj

    Good. You rash reply is giving me some warm up. :)

    The Lounge question

  • Life is a circle
    V vjvjvjvj

    I left a company. It was not a pleasant experience due to internal politics, remuneration etc. Well it is an old story. After working different places I am now with the present company. Life is getting better constantly. Hmmmm... Not anymore... My company going to execute a big project with the same old company and same old people and I have a big part in the project. Never thought this would happen ever. Same old sick memories are coming back. Any recommendations :) ?

    The Lounge question

  • Computer literate
    V vjvjvjvj

    She would be hired in any profession.

    The Lounge design help question discussion learning

  • Computer literate
    V vjvjvjvj

    Hi, I am looking for your perspective on the following topic. Does one has to be a originally computer literate to be highly profecient in IT industry? Can a Machanical Engineer become as successful in IT industry as one with Masters in Computer Science? I have found many people highly profecient in IT who were not originaly with degrees in computer skills. They were hired in IT company or did a course in computer skills after they finished their degree and they developed their skills on way ahead. Does skills such as problem solving, aproach for a better design be better if you are with degree in IT? What are your thoughts? Regards Vijay

    The Lounge design help question discussion learning

  • Happy Ramadan
    V vjvjvjvj

    Cool. Happy Ramadan to you Mustafa. Hope you come out better human being through this spiritual experience. cheers vijay

    The Lounge question discussion

  • Happy Ramadan
    V vjvjvjvj

    How many kilos you lose generally in one month of Ramdan fasting?

    The Lounge question discussion

  • Laugh
    V vjvjvjvj

    :-\ thanks. I will try to find a woman (not working in IT)

    The Lounge help question

  • Laugh
    V vjvjvjvj

    Lately, I am finding that I don't laugh at all. It's a fake smile sometimes. I laugh as :laugh: :-D but my face remains damn serious. Is it the culmination of not having holiday break for many months? :sigh: . Comedy programs also not giving me that laughter. :^) Help me getting my original laugh. I wanna laugh sometimes like I used to when I was a child. ;P

    The Lounge help question

  • whey protein concentrate
    V vjvjvjvj

    But I am also losing some hair and recently after starting isolates i am observing it to be more. So confused.

    The Lounge question

  • whey protein concentrate
    V vjvjvjvj

    Actually I work out 4-5 times a week for one hour. I have bar, free weights in my house. I am 5.68 and my weight is 72. I want to gain great muscles and lose waist size. My worry is if I eat lot of egss, milk instead I would gain mor eat than muscles. :)

    The Lounge question

  • whey protein concentrate
    V vjvjvjvj

    Hi, This is not a IT related posting . Sorry about that. I just came across Dr. Shapiro's investigations on Whey Isolate protein. he has linked it to hair loss. It gives more DHT and causes hair loss. He however say's Whey concentrate is good for hair. I too recently had lot of hair fall. I was having Optimum nutrition's (Gold) whey protein powder . After reading I was horrified, as I am partially bald now and dont want lose any more hair. this I have thrown all the remaining powder and I want to to buy Whey Concentrate powder. I searched but I found most of the branded powders have Isolate and Concentrate mix. Also what do you thing about this claim? which whey concentrate product would you suggest? Thanks, Vijay

    The Lounge question

  • Webservice in JSP web application
    V vjvjvjvj

    I am a newbee in jsp development and I am using Netbeans IDE 6.9 for JSP web development. I am doing jsp development with Apache Tomcat server In one jsp page I want to use a web service on a web server. This web service was developed in asp.net. My general understanding is to reference a web service in the JSP application with netbeans is create a web service client. I follow the steps as 1. Right click on project and select new-> web service client 2. Give WSDL URL as http://imgsdev1/lpobjectscrm/captureservice.asmx?wsdl 3. Client style as JAX-WS style 4. Finish But I get the following error: Web Service Client can not be created by JAXWS:wsimport utility. Reason: undefined element declaration 's:scheme' There might be a problem during java artifacts creation: for example a name conflict in generated classes. To detect the problem see also the error messages in output window. You may be able to fix the problem in WSDL Customization dialog (Edit Web Service Attributes action) or by manual editing of the local wsdl or schema files, using the JAXB customization (local wsdl and schema files are located in xml resources directory(, After you fix the problem you need to refresh client from the web service reference node. In xml-resources-> web-service-refrences-captureservice-wsdl-imgsdev1-lpobjectscrm-captureservice.wsdl I found this block with the s:schema tag <s:sequence> <s:element ref="s:schema" /> <s:any /> </s:sequence> If i remove this block it doesnt like also. Please let me know what is wrong here. Also let me know if I am going the right way to reference the external web service.

    Web Development help java xml question csharp

  • response.redirect gives -400 error.
    V vjvjvjvj

    Hi, My website shows a sessiontimeout page when some event happens on a page and the the sesssion is expired. All Page inherits from sessionmanagement class In the init function of sessionmanagement class, in case the session is expired, it redirects page to sessiontimeout.htm which is in the same folder as response.redirect("sessiontimeout.htm") For main.aspx it works fine, shows sessiontimeout.htm fine. main.aspx has ajaxtabcontainer and each tab has iframe. The pages in the iframe are also inherited from sessionmanagement class. In case session expires and any event happens in the pages in the iframe, it tries to load sessiontimeout.htm but gives error -400. I checked the properties in browser. To my surprise, it was trying to load as //sessiontimeout.htm e.g. if my baseurl is http://myserver/mysite it was trying to load as http://myserver/mysite/mysite/sessiontimeout.htm I dont know why it was appending the base root folder again. Why it is giving this strange behaviour from pages in iframe when all the pages are in the same folder? I guess for this application, this was not happening in visual studio 2008 but now I am using visual studio 2010. Any suggestions? Thanks Vijay

    ASP.NET csharp visual-studio help question

  • Storing information in page
    V vjvjvjvj

    Hi, I need some guidance on how to store the information in a page for the specific requirement. There are following steps involved in the process. 1) Web application A has deafult page hosting two frames a)frame for drop downs (dd.aspx) b) frame for forms (form.aspx) 2) default.aspx calls a webservice on page load. 2) webservice returns some information e.g. company name, departments, employees in each department, each employees details to Web application A. Question 1: which format the webservice should return the information . Dataset or XML or JSON 3) Web application's default.aspx forms related drop down lists in dd.aspx (Frame 1) 4) When user selects company name, related dept, a specific employee from the drop down list and clicks ok 5) Second frame (form.aspx) gets the information and generates a form dynamically using this information. Here it uses some javascripts which are based on the information recieved from selected Dropdowns and used to create the data etnry form. Question 2: Should web service be sending the ready made javascripts? in this case it will be huge information for each object sent . or Should the webapplication has code to generate the javascript based on the selected drop down lists? Question 3: How should the default.aspx or dd.aspx should store the information? Should it be session variable or viewstate? should the data be in dataset format? If the javascripts are to be stored then will it cause performance problem in storing the huge information at page level. regards Vijay

    ASP.NET question javascript hosting xml json

  • Sorted Checkboxlist
    V vjvjvjvj

    Yep helped it Thanks a lot vijay

    ASP.NET tutorial question

  • ListView with itemtemplate- Highlight selected row
    V vjvjvjvj

    Hi, I have listview with itemtemplates. so listview's each row is in the format as In design it looks similar to as asp:ListView ID="ListviewSelectedBaseLayers" runat="server" DataKeyNames="Layer_ID"> .. .. Now when I click on checkbox or the label, listview's selected row does not hilight. How to achieve this? I tried by toggling the colour of the table covering table row by putting onclick javascript for the label. Did not find enough information on this ? So if anybody give some tips will really help. thanks vijay

    ASP.NET javascript design sysadmin help tutorial

  • Sorted Checkboxlist
    V vjvjvjvj

    Hi, I have a checkboxlist which is databound in code behind. chkListBaseMaps.DataSource = oDataSet chkListBaseMaps.DataTextField = "LayerName" chkListBaseMaps.DataValueField = "Layer_ID" chkListBaseMaps.DataBind() I get the checkboxlist ordered on Layer_ID. I delete/insert items in checkboxlist and do the same with associated dataset and bind the chklistbox again. What I need is everytime I bind the checkboxlist, i need the checkboxlist to be ordered (sorted as ASC) on LayerName field which is datatextfield. How to do that? thanks vijay

    ASP.NET tutorial question

  • any suggestions for the webapplication I am developing involving two list with selections
    V vjvjvjvj

    Hi, I am putting this question because before I go far, i need to decide the correct aproach. On the webform, I need to implement two lists. List A and List B. the items in the List A is populated from database and from it a single item or all items can be selected and picked to List B. from List B, items can be pulled back to List A. Whatever items are in List B, when clicked a save button need to be inserted in the database. List A List B >> item1 > item2 < item3 << [Save button] In list B, I also need to have check box for each row to decide an attribute on it. i.e. list B rows should be editable in that respect. I am not sure which control to implement here. A listview or a gridview? i dont want database operations on each select deselect button. Only when the save button is clicked, insert record in database operation should happen. how should I define the datasets for two lists here? should it be a session variable of virtual table ? or should i go for temporary table in database (but then it remains until the connection is valid). should I apply a hash table? Any suggestions please ? any example? Thanks. vijay

    ASP.NET question database data-structures cryptography tutorial

  • How to change tab index from the child page
    V vjvjvjvj

    Hi, I have a tab container with two tab panels on default.aspx as

    Default.aspx

    <ajaxToolkit:ToolkitScriptManager ID="ScriptManager1" runat="server" />

        <ajaxToolkit:TabContainer   ID="LayerTabContainer" 
                                    runat="server" 
                                    ActiveTabIndex="0" 
                                    Height="600px">
            <ajaxToolkit:TabPanel   ID="CreateLayerPanel" 
                                    runat="server">
                <HeaderTemplate >
                Layer configuration
                </HeaderTemplate>
                <ContentTemplate>
               
                    <iframe id="LayerConfig" 
                            style="WIDTH: 100%; HEIGHT: 100%" 
                            src="Layers.aspx" 
                            frameborder="0" 
                            scrolling="yes">
    				</iframe>
                
                </ContentTemplate>
            </ajaxToolkit:TabPanel>
           <ajaxToolkit:TabPanel   ID="PreviewMapPanel" 
                                    runat="server">
                <HeaderTemplate >
                Preview Map
                </HeaderTemplate>
                <ContentTemplate>
               
                    <iframe id="Iframe1" 
                            style="WIDTH: 100%; HEIGHT: 100%" 
                            src="Preview.aspx" 
                            frameborder="0" 
                            scrolling="yes">
    				</iframe>
                
                </ContentTemplate>
            </ajaxToolkit:TabPanel>
        </ajaxToolkit:TabContainer>
    

    The first tab panel hosts Layers.aspx and layer.aspx has a Button. When I click this button from Layer.aspx, I want the active tab (on default.aspx) to change to second tab panel which hosts preview.aspx. I can not get hold of the tabcontainer in the button click event in the child page. Any tips how to achieve this? Thanks, Vijay

    ASP.NET database sysadmin docker tutorial question

  • Generic database system
    V vjvjvjvj

    Hi, I am looking for a generic database option which will be used to save some admininistration configuration information of a web application. I want to have the database generic and license free. For example, I do not want to use SQL Server or Oracle etc. But customer A can have sql server and Customer B can have Oracle, but this configuration information should be easy enough to be exported to other database systems. I was thinking about XML. But I heard sometimes the file gets too big to handle. Not sure if MS Access or admin site's inbuilt db system will help. If anybody knows any other light weight database system (it can be open source) which is easy enough to be exported to general database systems, please let me know the thoughts. Thanks, Vijay

    Database database sql-server oracle sysadmin sales
  • Login

  • Don't have an account? Register

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