• srikanth julakanti
  • NEWBIE
  • 28 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 10
    Questions
  • 3
    Replies
i want 2 knw how to generate random number using vf and controller plz can anyone suggest me syntax r ping some code advance thanks 2 all
i want know about if we create an application in that process we have 5 steps so starting 4 pages we entered the data like application name,image and so and so in 5th page we have save button if we click on save total 4 pages data stored in 5th page i want that functionality using vf and controller plz any one can suggest some syntax or ping some code
How the data given in multiple pages will store when we click on save can any one ping some code or syntax
Can I Write Prog For Dropdown List and Field Dependencies In Vf Page Using Controller Plz Any Gv me a Suggestion R Ping Some Code R Syntax anyway
thank u in Advance
Can I Write Geographical Location program B/w 2 areas using VF Page Can anyone help me  
i want to knowhow to write single inheritance and multiple inheritance plz any one ping code r syntax
How Can I Write Calculator Prog In VF Page? Plz Any One Can Ping The Prog Or Syntax
How To Convert String From Lowercase To Uppercase In VF Page
once check My Code Find Out Mistake And Give Me Solution
Apex Code:public with sharing class ChangeController1 {
    string mystring;
    public PageReference change() {
    getValue();
    return null;
    }    
     //public String upper { get; set; }

    //public String lower { get; set; }

    //public String value { set; }
   
   
    public String setValue(string v){
    mystring=v;
    return null;
    }
   
    public String getValue(){
   
    mystring.touppercase();
    return null;
    }
}
public with sharing class ChangeController1 {
    string mystring;
    public PageReference change() {
    getValue();
    return null;
    }    
     //public String upper { get; set; }

    //public String lower { get; set; }

    //public String value { set; }
   
   
    public String setValue(string v){
    mystring=v;
    return null;
    }
   
    public String getValue(){
   
    mystring.touppercase();
    return null;
    }
}
public with sharing class ChangeController1 {
    string mystring;
    public PageReference change() {
    getValue();
    return null;
    }    
     //public String upper { get; set; }

    //public String lower { get; set; }

    //public String value { set; }
   
   
    public String setValue(string v){
    mystring=v;
    return null;
    }
   
    public String getValue(){
   
    mystring.touppercase();
    return null;
    }
}public with sharing class ChangeController1 {
    string mystring;
    public PageReference change() {
    getValue();
    return null;
    }    
     //public String upper { get; set; }

    //public String lower { get; set; }

    //public String value { set; }
   
   
    public String setValue(string v){
    mystring=v;
    return null;
    }
   
    public String getValue(){
   
    mystring.touppercase();
    return null;
    }
}
Vf Page:
<apex:page controller="ChangeController1">
<apex:form >
Value <apex:inputText value="{!value}"/><br/>
lower<apex:outputText /><br/>
upper<apex:outputText /><br/>


<!--Lower <apex:inputText value="{!lower}"/><br/>
Upper <apex:inputText value="{!upper}"/>-->
<apex:commandButton action="{!change}" value="Change"/>
</apex:form>
</apex:page>
How To Convert String Lowercase to Uppercase In Vf page
How To Fetch Records Using DataLoader?
Can I Write Geographical Location program B/w 2 areas using VF Page Can anyone help me  
How To Convert String From Lowercase To Uppercase In VF Page
once check My Code Find Out Mistake And Give Me Solution
Apex Code:public with sharing class ChangeController1 {
    string mystring;
    public PageReference change() {
    getValue();
    return null;
    }    
     //public String upper { get; set; }

    //public String lower { get; set; }

    //public String value { set; }
   
   
    public String setValue(string v){
    mystring=v;
    return null;
    }
   
    public String getValue(){
   
    mystring.touppercase();
    return null;
    }
}
public with sharing class ChangeController1 {
    string mystring;
    public PageReference change() {
    getValue();
    return null;
    }    
     //public String upper { get; set; }

    //public String lower { get; set; }

    //public String value { set; }
   
   
    public String setValue(string v){
    mystring=v;
    return null;
    }
   
    public String getValue(){
   
    mystring.touppercase();
    return null;
    }
}
public with sharing class ChangeController1 {
    string mystring;
    public PageReference change() {
    getValue();
    return null;
    }    
     //public String upper { get; set; }

    //public String lower { get; set; }

    //public String value { set; }
   
   
    public String setValue(string v){
    mystring=v;
    return null;
    }
   
    public String getValue(){
   
    mystring.touppercase();
    return null;
    }
}public with sharing class ChangeController1 {
    string mystring;
    public PageReference change() {
    getValue();
    return null;
    }    
     //public String upper { get; set; }

    //public String lower { get; set; }

    //public String value { set; }
   
   
    public String setValue(string v){
    mystring=v;
    return null;
    }
   
    public String getValue(){
   
    mystring.touppercase();
    return null;
    }
}
Vf Page:
<apex:page controller="ChangeController1">
<apex:form >
Value <apex:inputText value="{!value}"/><br/>
lower<apex:outputText /><br/>
upper<apex:outputText /><br/>


<!--Lower <apex:inputText value="{!lower}"/><br/>
Upper <apex:inputText value="{!upper}"/>-->
<apex:commandButton action="{!change}" value="Change"/>
</apex:form>
</apex:page>